Skip to content

Commit

Permalink
which command probably make build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Chi committed Oct 22, 2014
1 parent 0d5d032 commit 187ef6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Binary file modified rebar
Binary file not shown.

0 comments on commit 187ef6f

Please sign in to comment.