Update examples in Makefile with WHAT arguments changed.

parent 99a8f7c3
......@@ -153,7 +153,7 @@ define CHECK_TEST_HELP_INFO
# Example:
# make check
# make test
# make check WHAT=pkg/kubelet GOFLAGS=-v
# make check WHAT=./pkg/kubelet GOFLAGS=-v
endef
.PHONY: check test
ifeq ($(PRINT_HELP),y)
......@@ -333,7 +333,7 @@ define VET_HELP_INFO
#
# Example:
# make vet
# make vet WHAT=pkg/kubelet
# make vet WHAT=./pkg/kubelet
endef
.PHONY: vet
ifeq ($(PRINT_HELP),y)
......
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