added the generated source files to the /src dir along with instructions on how to generate them

This commit is contained in:
alisdair sullivan 2010-08-04 22:24:50 -07:00
parent c0aca66a75
commit 8e21ab9145
9 changed files with 6462 additions and 5 deletions

View file

@ -1,6 +1,5 @@
compile: expand
compile:
./rebar compile
./priv/backends.escript clean
expand:
./priv/backends.escript create
@ -13,7 +12,6 @@ prove: compile
clean:
./rebar clean
./priv/backends.escript clean
install: compile
./rebar -f install