From 425f8b892f44a01e634a80b47b36301f992d2749 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Thu, 13 Jun 2024 18:56:32 -0400 Subject: [PATCH] chore: add help target Signed-off-by: Keith Zantow --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cec27e05f61..bdb06063945 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +.PHONY: help +help: + @go run -C buildtools . -l + .PHONY: % %: @go run -C buildtools . $@