added package target to makefile
This commit is contained in:
parent
126f95a44b
commit
1188f02d9f
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
@ -13,4 +13,7 @@ prove: compile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
./rebar clean
|
./rebar clean
|
||||||
./priv/backends.escript clean
|
./priv/backends.escript clean
|
||||||
|
|
||||||
|
package: compile
|
||||||
|
./rebar install target=.
|
Loading…
Add table
Add a link
Reference in a new issue