mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Allow build/run.sh make help
to run
This commit is contained in:
parent
b88b31cff4
commit
6bf0055d99
2
Makefile
2
Makefile
@ -490,13 +490,13 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
bazel-test:
|
|
||||||
define BAZEL_TEST_HELP_INFO
|
define BAZEL_TEST_HELP_INFO
|
||||||
# Test with bazel
|
# Test with bazel
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# make bazel-test
|
# make bazel-test
|
||||||
endef
|
endef
|
||||||
|
bazel-test:
|
||||||
@echo "$$BAZEL_TEST_HELP_INFO"
|
@echo "$$BAZEL_TEST_HELP_INFO"
|
||||||
else
|
else
|
||||||
bazel-test:
|
bazel-test:
|
||||||
|
Loading…
Reference in New Issue
Block a user