tools: get_tools
This commit is contained in:
parent
9dc3690a0c
commit
f25c9fc06a
2
Makefile
2
Makefile
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue