2010-06-07 17:21:04 -07:00
|
|
|
compile:
|
|
|
|
./priv/jsx compile
|
|
|
|
|
2010-06-07 17:58:44 -07:00
|
|
|
test: compile
|
2010-06-08 16:36:59 -07:00
|
|
|
./priv/jsx_test test/cases
|
2010-06-07 17:21:04 -07:00
|
|
|
|
|
|
|
examples: force
|
|
|
|
./priv/jsx examples
|
|
|
|
|
|
|
|
clean:
|
|
|
|
./priv/jsx clean
|
|
|
|
|
2010-06-07 17:55:13 -07:00
|
|
|
install: clean compile
|
|
|
|
./priv/jsx install
|
|
|
|
|
2010-06-07 17:21:04 -07:00
|
|
|
force:
|