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

This commit is contained in:
alisdair sullivan 2012-03-06 20:31:26 -08:00
parent b16c8a18bb
commit 35e43fd50f

View file

@ -11,7 +11,7 @@ clean-test:
./rebar --config rebar.test.config clean ./rebar --config rebar.test.config clean
get-deps: get-deps:
./rebar get-deps ./rebar recursive=true get-deps
get-test-deps: get-test-deps:
./rebar --config rebar.test.config get-deps ./rebar --config rebar.test.config get-deps