Update Makefile to use rebar3 instead of rebar
This also fixes the rebar download as GitHub doesn't like allowing the erlang http client
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
.rebar
|
||||
rebar
|
||||
.rebar3
|
||||
rebar3
|
||||
ebin
|
||||
priv
|
||||
.eunit/*
|
||||
@@ -8,3 +9,4 @@ priv
|
||||
*~
|
||||
_build
|
||||
c_src/**/*.d
|
||||
erl_crash.dump
|
||||
|
||||
Reference in New Issue
Block a user