Adds 'toolkit_upgrade' to the makefile help target

License: MIT
Signed-off-by: Andrew Chin <achin@eminence32.net>
This commit is contained in:
Andrew Chin 2016-04-13 17:18:57 -04:00
parent b0a613fd71
commit 0dea50be68

View File

@ -116,8 +116,9 @@ PHONY += test test_short test_expensive
help:
@echo 'DEPENDENCY TARGETS:'
@echo ''
@echo ' deps - Download dependencies using gx'
@echo ' vendor - Create a Godep workspace of 3rd party dependencies'
@echo ' toolkit_upgrade - Installs or upgrades gx'
@echo ' deps - Download dependencies using gx'
@echo ' vendor - Create a Godep workspace of 3rd party dependencies'
@echo ''
@echo 'BUILD TARGETS:'
@echo ''