Remove rebar from the repository. Use the $PATH one by default.
This commit is contained in:
parent
0a399238f4
commit
72726bdf6c
15
Makefile
15
Makefile
@ -16,14 +16,23 @@
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with EGS. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
REBAR = rebar
|
||||
|
||||
all: server
|
||||
|
||||
server: deps
|
||||
@./rebar compile
|
||||
@$(REBAR) compile
|
||||
|
||||
deps:
|
||||
@./rebar get-deps
|
||||
@$(REBAR) get-deps
|
||||
|
||||
clean:
|
||||
@./rebar clean
|
||||
@$(REBAR) clean
|
||||
rm -f erl_crash.dump
|
||||
|
||||
tests:
|
||||
@$(REBAR) eunit
|
||||
@$(REBAR) ct
|
||||
|
||||
dialyze:
|
||||
@$(REBAR) dialyze
|
||||
|
Loading…
Reference in New Issue
Block a user