Skip to content

Commit

Permalink
WHISTLE-42: update path to rebar in cowboy Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Sep 13, 2012
1 parent fe2eca0 commit bb0c373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cowboy-0.5.1/Makefile
Expand Up @@ -3,7 +3,8 @@
PROJECT = cowboy

DIALYZER = dialyzer
REBAR = rebar
ROOT = ../..
REBAR = $(ROOT)/bin/rebar

all: app

Expand Down

0 comments on commit bb0c373

Please sign in to comment.