removed the need to regenerate the jsx_utfxx decoders. not sure why i didn't do that before, pretty sure i had a bad reason
This commit is contained in:
parent
67d2e6219e
commit
134aa8cc49
10 changed files with 801 additions and 6649 deletions
9
makefile
9
makefile
|
@ -1,14 +1,13 @@
|
|||
compile:
|
||||
./rebar compile
|
||||
|
||||
expand:
|
||||
./priv/backends.escript create
|
||||
|
||||
test:
|
||||
test: force
|
||||
./rebar eunit
|
||||
|
||||
clean:
|
||||
./rebar clean
|
||||
|
||||
install: compile
|
||||
./rebar -f install
|
||||
./rebar -f install
|
||||
|
||||
force:
|
Loading…
Add table
Add a link
Reference in a new issue