1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

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

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