Pass through flags for install

This commit is contained in:
Dave Smith 2009-11-30 09:57:20 -07:00
parent f0b98e2e74
commit 60a8fc18ad

View file

@ -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 ${@}