2010-06-21 14:00:05 -07:00
|
|
|
compile: expand
|
2010-07-26 18:04:23 -07:00
|
|
|
./rebar compile
|
|
|
|
./priv/backends.escript clean
|
2010-06-21 23:06:55 -07:00
|
|
|
|
2010-06-21 14:00:05 -07:00
|
|
|
expand:
|
2010-07-26 18:04:23 -07:00
|
|
|
./priv/backends.escript create
|
2010-06-07 17:21:04 -07:00
|
|
|
|
2010-06-07 17:58:44 -07:00
|
|
|
test: compile
|
2010-06-21 14:00:05 -07:00
|
|
|
./priv/jsx_test.escript test/cases
|
2010-06-28 17:12:45 -07:00
|
|
|
|
|
|
|
prove:
|
|
|
|
prove ./priv/jsx_test.escript
|
2010-06-07 17:21:04 -07:00
|
|
|
|
|
|
|
clean:
|
2010-07-26 18:04:23 -07:00
|
|
|
./rebar clean
|
|
|
|
./priv/backends.escript clean
|