diff options
Diffstat (limited to 'homebrew/rebar/.make.sh-auto')
-rw-r--r-- | homebrew/rebar/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/rebar/.make.sh-auto b/homebrew/rebar/.make.sh-auto new file mode 100644 index 000000000..d64910244 --- /dev/null +++ b/homebrew/rebar/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +./bootstrap +bin.install "rebar" +bash_completion.install "priv/shell-completion/bash/rebar" +zsh_completion.install "priv/shell-completion/zsh/_rebar" => "_rebar" +fish_completion.install "priv/shell-completion/fish/rebar.fish" |