From de53dcc438d941648f05451ae260fcf93206aafc Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Sun, 23 Oct 2022 14:52:23 +0200 Subject: [PATCH] Fix Makefile help target --- build/root/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/root/Makefile b/build/root/Makefile index d7148c26066..c0a254f97f4 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -307,11 +307,15 @@ clean: hack/make-rules/clean.sh endif + # TODO(thockin): Remove this in v1.29. .PHONY: generated_files generated_files: echo "'make generated_files' is deprecated. Please use hack/update-codegen.sh instead." +ifneq ($(PRINT_HELP), y) false +endif + define VET_HELP_INFO # Run 'go vet'.