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:
5
Makefile
5
Makefile
@ -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 ''
|
||||
|
Reference in New Issue
Block a user