updated README

This commit is contained in:
alisdair sullivan 2010-07-29 22:59:23 -07:00
parent 737ea8c8b7
commit fa81a0b3b4
3 changed files with 181 additions and 3 deletions

View file

@ -6,14 +6,17 @@ expand:
./priv/backends.escript create
test: compile
./priv/jsx_test.escript test/cases
./test/jsx_test.escript test/cases
prove: compile
prove ./priv/jsx_test.escript
prove ./test/jsx_test.escript
clean:
./rebar clean
./priv/backends.escript clean
package: compile
./rebar install target=.
./rebar install target=.
install: compile
./rebar install