diff --git a/Makefile b/Makefile index 9d202d6..853480d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -REBAR = $(shell which rebar || echo ./rebar) +REBAR = $(shell command -v rebar || echo ./rebar) + DIALYZER = dialyzer DIALYZER_WARNINGS = -Wunmatched_returns -Werror_handling \ diff --git a/rebar b/rebar index 6e3a47a..14e5c22 100755 Binary files a/rebar and b/rebar differ