summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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: