summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 09:28:58 -0600
committerJeff Carr <[email protected]>2025-01-12 09:28:58 -0600
commitd38f5dda75fd4c4ba8adcaf4125f60a50fe3269b (patch)
treed7afe68d06123213b7935060a1124c78a475ea40 /Makefile
parent10f75f87a66a9329fd665bd85099fe94c7beae79 (diff)
cleanups and help files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08330c2..a9ba393 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ simple: test
# make -C example clean simpleMutexProtoc goimports vet
# make -C example deleteproto
-full: install clean auto goimports vet build test install
+full: clean auto goimports vet build test install
@echo everything worked and the example ran
# does a help example to debug the help logic