From 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 06:13:42 -0600 Subject: adding help --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f445bd..e260d8b 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ simple: test full: install clean auto goimports vet build test install @echo everything worked and the example ran +# does a help example to debug the help logic +help: build + make -C example help # if this passes, it should be OK to 'go install' test: -- cgit v1.2.3