jsx/makefile

22 lines
343 B
Makefile
Raw Normal View History

2010-06-21 14:00:05 -07:00
compile: expand
./rebar compile
./priv/backends.escript clean
2010-06-21 14:00:05 -07:00
expand:
./priv/backends.escript create
2010-06-07 17:21:04 -07:00
test: compile
2010-07-29 22:59:23 -07:00
./test/jsx_test.escript test/cases
prove: compile
2010-07-29 22:59:23 -07:00
prove ./test/jsx_test.escript
2010-06-07 17:21:04 -07:00
clean:
./rebar clean
2010-07-26 18:08:01 -07:00
./priv/backends.escript clean
package: compile
2010-07-29 22:59:23 -07:00
./rebar install target=.
install: compile
./rebar install