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:
|
||||
./rebar clean
|
||||
|
||||
install: compile
|
||||
./rebar -f install
|
||||
|
||||
force:
|
||||
deps:
|
||||
git submodule init
|
||||
git submodule update
|
Loading…
Add table
Add a link
Reference in a new issue