added the generated source files to the /src dir along with instructions on how to generate them
This commit is contained in:
parent
c0aca66a75
commit
8e21ab9145
9 changed files with 6462 additions and 5 deletions
4
makefile
4
makefile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue