Skip to content

Commit

Permalink
Remove unnecessary deps_dir commands and update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Apr 6, 2012
1 parent 2b7aa18 commit 2afd6ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,9 @@
all: compile all: compile


compile: get-deps:
./rebar get-deps

compile: get-deps
./rebar compile ./rebar compile


clean: clean:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
% -*- Erlang -*- % -*- Erlang -*-
%% vim: ts=4 sw=4 et ft=erlang %% vim: ts=4 sw=4 et ft=erlang

{deps, [ {deps, [
{mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes.git", {tag, "HEAD"}}} {mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes.git", {tag, "HEAD"}}}
]}. ]}.
Expand Down

0 comments on commit 2afd6ce

Please sign in to comment.