From a2bc7dc6c09c995487291cc4bde6061ef7fc953f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 22 Sep 2010 23:22:37 -0700 Subject: [PATCH] fixed minor error in makefile --- makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/makefile b/makefile index a1d0676..1108888 100644 --- a/makefile +++ b/makefile @@ -5,8 +5,4 @@ test: force ./rebar eunit clean: - ./rebar clean - -deps: - git submodule init - git submodule update \ No newline at end of file + ./rebar clean \ No newline at end of file