jsx/makefile
2010-07-26 18:08:01 -07:00

19 lines
No EOL
307 B
Makefile

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