19 lines
No EOL
301 B
Makefile
19 lines
No EOL
301 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
|
|
|
|
install: compile
|
|
./rebar -f install
|