ソースを参照

Pass through flags for install

pull/3/head
Dave Smith 15年前
コミット
60a8fc18ad
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      install

+ 1
- 1
install ファイルの表示

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

読み込み中…
キャンセル
保存