updated README
This commit is contained in:
parent
737ea8c8b7
commit
fa81a0b3b4
3 changed files with 181 additions and 3 deletions
9
makefile
9
makefile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue