From 35e43fd50f22f1604b6611c7448e58b5df64db1c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 6 Mar 2012 20:31:26 -0800 Subject: [PATCH] add recursive=true to get-deps makefile target so when i c/p it later i won't have to modify it for projects with deep deps --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7412cd1..e119844 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ clean-test: ./rebar --config rebar.test.config clean get-deps: - ./rebar get-deps + ./rebar recursive=true get-deps get-test-deps: ./rebar --config rebar.test.config get-deps