jsx/makefile

17 lines
No EOL
232 B
Makefile

compile:
./rebar compile
expand:
./priv/backends.escript create
test: compile
./test/jsx_test.escript test/cases
prove: compile
prove ./test/jsx_test.escript
clean:
./rebar clean
install: compile
./rebar -f install