jsx/makefile

17 lines
232 B
Makefile
Raw Normal View History

compile:
./rebar compile
2010-06-21 14:00:05 -07:00
expand:
./priv/backends.escript create
2010-06-07 17:21:04 -07:00
test: compile
2010-07-29 22:59:23 -07:00
./test/jsx_test.escript test/cases
prove: compile
2010-07-29 22:59:23 -07:00
prove ./test/jsx_test.escript
2010-06-07 17:21:04 -07:00
clean:
./rebar clean
2010-07-26 18:08:01 -07:00
2010-07-29 22:59:23 -07:00
install: compile
./rebar -f install