Commit 0dea50be authored by Andrew Chin's avatar Andrew Chin

Adds 'toolkit_upgrade' to the makefile help target

License: MIT
Signed-off-by: default avatarAndrew Chin <achin@eminence32.net>
parent b0a613fd
...@@ -116,8 +116,9 @@ PHONY += test test_short test_expensive ...@@ -116,8 +116,9 @@ PHONY += test test_short test_expensive
help: help:
@echo 'DEPENDENCY TARGETS:' @echo 'DEPENDENCY TARGETS:'
@echo '' @echo ''
@echo ' deps - Download dependencies using gx' @echo ' toolkit_upgrade - Installs or upgrades gx'
@echo ' vendor - Create a Godep workspace of 3rd party dependencies' @echo ' deps - Download dependencies using gx'
@echo ' vendor - Create a Godep workspace of 3rd party dependencies'
@echo '' @echo ''
@echo 'BUILD TARGETS:' @echo 'BUILD TARGETS:'
@echo '' @echo ''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment