jsx/makefile
alisdair sullivan fa81a0b3b4 updated README
2010-07-29 22:59:23 -07:00

22 lines
No EOL
343 B
Makefile

compile: expand
./rebar compile
./priv/backends.escript clean
expand:
./priv/backends.escript create
test: compile
./test/jsx_test.escript test/cases
prove: compile
prove ./test/jsx_test.escript
clean:
./rebar clean
./priv/backends.escript clean
package: compile
./rebar install target=.
install: compile
./rebar install