mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Pass through flags for install
This commit is contained in:
parent
f0b98e2e74
commit
60a8fc18ad
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -10,4 +10,4 @@ erlc -I include -o ebin src/*.erl
|
||||||
## into erlang distro
|
## into erlang distro
|
||||||
export ERL_LIBS=`(cd .. && pwd)`
|
export ERL_LIBS=`(cd .. && pwd)`
|
||||||
echo $ERL_LIBS
|
echo $ERL_LIBS
|
||||||
priv/rebar install
|
priv/rebar install ${@}
|
||||||
|
|
Loading…
Reference in a new issue