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