diff --git a/Makefile b/Makefile index 2504355..895aba8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all deps compile test clean -REBAR=./rebar +REBAR=rebar all: deps compile diff --git a/rebar b/rebar deleted file mode 100755 index 672a9f8..0000000 Binary files a/rebar and /dev/null differ