added deps target to makefile, to download dependencies
This commit is contained in:
parent
78663a9240
commit
b3b8cdbe9a
1 changed files with 3 additions and 4 deletions
7
makefile
7
makefile
|
@ -7,7 +7,6 @@ test: force
|
||||||
clean:
|
clean:
|
||||||
./rebar clean
|
./rebar clean
|
||||||
|
|
||||||
install: compile
|
deps:
|
||||||
./rebar -f install
|
git submodule init
|
||||||
|
git submodule update
|
||||||
force:
|
|
Loading…
Add table
Add a link
Reference in a new issue