Remove makefile

This commit is contained in:
Paul Oliver 2018-08-01 11:47:28 +12:00
parent b4fc3fc5a6
commit c4fe944262
No known key found for this signature in database
GPG Key ID: 9250069E8AF6BF4F

View File

@ -1,30 +0,0 @@
REBAR?=rebar3
.PHONY: \
all \
clean \
nuke \
test \
update \
dialyzer
all:
@$(REBAR) compile
clean:
@$(REBAR) clean
nuke: clean
@rm -rf _build
test:
@$(REBAR) eunit
update:
@$(REBAR) update
dialyzer:
@$(REBAR) dialyzer
coveralls:
@${REBAR} coveralls send