Merge pull request #2559 from eminence/makefile_help

Adds 'toolkit_upgrade' to the makefile help target
This commit is contained in:
Jeromy Johnson 2016-04-13 21:05:52 -07:00
commit 9f16fa4fb8

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 ''