mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Adds 'toolkit_upgrade' to the makefile help target
License: MIT Signed-off-by: Andrew Chin <achin@eminence32.net>
This commit is contained in:
parent
b0a613fd71
commit
0dea50be68
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 ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user