16 lines
No EOL
254 B
Makefile
16 lines
No EOL
254 B
Makefile
compile: expand
|
|
./rebar compile
|
|
./priv/backends.escript clean
|
|
|
|
expand:
|
|
./priv/backends.escript create
|
|
|
|
test: compile
|
|
./priv/jsx_test.escript test/cases
|
|
|
|
prove:
|
|
prove ./priv/jsx_test.escript
|
|
|
|
clean:
|
|
./rebar clean
|
|
./priv/backends.escript clean
|