diff --git a/Makefile b/Makefile index 2f9c9e8..f9e1fa2 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ -REBAR3 ?= $(shell test -e `which rebar3` 2>/dev/null && which rebar3 || echo "./rebar3") +REBAR=rebar3 all: compile compile: - ${REBAR3} compile + ${REBAR} compile clean: - ${REBAR3} clean + ${REBAR} clean test: compile - ${REBAR3} eunit \ No newline at end of file + ${REBAR} eunit \ No newline at end of file diff --git a/rebar3 b/rebar3 deleted file mode 100755 index 13db1ce..0000000 Binary files a/rebar3 and /dev/null differ