Replace vndr in Makefile
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
parent
6a2df5fcec
commit
089d2183bf
2
Makefile
2
Makefile
@ -377,7 +377,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
|
|||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
@vndr
|
@go mod vendor
|
||||||
|
|
||||||
help: ## this help
|
help: ## this help
|
||||||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort
|
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort
|
||||||
|
Loading…
Reference in New Issue
Block a user