diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 09:57:20 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-30 09:57:20 -0700 |
commit | 60a8fc18adc4f9e880dc9b17a1f64bee54e63cdf (patch) | |
tree | 12c66fa37cbec905ff03ee17ec30ceb7f0770ead /install | |
parent | f0b98e2e74e712c7c13a28d4866d946869aeba13 (diff) |
Pass through flags for install
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ erlc -I include -o ebin src/*.erl ## into erlang distro export ERL_LIBS=`(cd .. && pwd)` echo $ERL_LIBS -priv/rebar install +priv/rebar install ${@} |