jsx/makefile

16 lines
254 B
Makefile
Raw Normal View History

2010-06-21 14:00:05 -07:00
compile: expand
./rebar compile
./priv/backends.escript clean
2010-06-21 14:00:05 -07:00
expand:
./priv/backends.escript create
2010-06-07 17:21:04 -07:00
test: compile
2010-06-21 14:00:05 -07:00
./priv/jsx_test.escript test/cases
prove:
prove ./priv/jsx_test.escript
2010-06-07 17:21:04 -07:00
clean:
./rebar clean
./priv/backends.escript clean