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:
parent
b16c8a18bb
commit
35e43fd50f
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue