From b3b8cdbe9a54ec0617f5d9ece155af7af3a415ef Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 20 Sep 2010 18:48:55 -0700 Subject: [PATCH] added deps target to makefile, to download dependencies --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 03c0da3..a1d0676 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,6 @@ test: force clean: ./rebar clean -install: compile - ./rebar -f install - -force: \ No newline at end of file +deps: + git submodule init + git submodule update \ No newline at end of file