Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 6, 2010
1 parent dbce73c commit 51d1ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ERL ?= erl
ERLC ?= erlc
APP := couchbeam

.PHONY: rel deps docs
.PHONY: rel deps

all: deps docs
@./rebar compile
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
{mochiweb, ".*", {git, "http://github.com/mochi/mochiweb.git", "master"}},

%% ibrowse for doing HTTP requests
{ibrowse, ".*", {git, "http://github.com/cmullaparthi/ibrowse.git","v2.0.1"}}
{ibrowse, ".*", {git, "http://github.com/cmullaparthi/ibrowse.git","master"}}
]}.

0 comments on commit 51d1ca9

Please sign in to comment.