tools: get_tools

This commit is contained in:
Ethan Buchman 2018-03-03 21:09:59 -05:00 committed by rigelrozanski
parent 9dc3690a0c
commit f25c9fc06a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ update_tools:
cd tools && $(MAKE) update_tools
get_tools:
cd tools && $(MAKE)
cd tools && $(MAKE) get_tools
get_vendor_deps:
@rm -rf vendor/

View File

@ -14,7 +14,7 @@ else
@echo "Found dep in path."
endif
install_tools:
get_tools:
ifdef DEP_CHECK
@echo "Dep is already installed. Run 'make update_tools' to update."
else