Adds 'toolkit_upgrade' to the makefile help target
License: MIT Signed-off-by: Andrew Chin <achin@eminence32.net>
Andrew Chin committed
Apr 13, 2016 at 17:18 UTC
0dea50be68744aa2704d0f29de63fc890799e4ab
1 file changed
+3
-2
Makefile
+3
-2
@@ -116,8 +116,9 @@ PHONY += test test_short test_expensive
116
help:
117
@echo 'DEPENDENCY TARGETS:'
118
@echo ''
119
- @echo ' deps - Download dependencies using gx'
120
- @echo ' vendor - Create a Godep workspace of 3rd party dependencies'
119
+ @echo ' toolkit_upgrade - Installs or upgrades gx'
120
+ @echo ' deps - Download dependencies using gx'
121
+ @echo ' vendor - Create a Godep workspace of 3rd party dependencies'
122
@echo ''
123
@echo 'BUILD TARGETS:'
124
@echo ''