Skip to content

Commit

Permalink
Fix dependency compile issue, when add poolboy into cowboy Makefile, …
Browse files Browse the repository at this point in the history
…make command does not work.
  • Loading branch information
Joshua Chi committed Oct 21, 2014
1 parent 22ef602 commit 0d5d032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REBAR = rebar
REBAR = $(shell which rebar || echo ./rebar)
DIALYZER = dialyzer

DIALYZER_WARNINGS = -Wunmatched_returns -Werror_handling \
Expand Down
Binary file added rebar
Binary file not shown.

0 comments on commit 0d5d032

Please sign in to comment.