added deps target to makefile, to download dependencies

This commit is contained in:
alisdair sullivan 2010-09-20 18:48:55 -07:00
parent 78663a9240
commit b3b8cdbe9a

View file

@ -7,7 +7,6 @@ test: force
clean:
./rebar clean
install: compile
./rebar -f install
force:
deps:
git submodule init
git submodule update