summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-10 19:37:32 -0600
committerJeff Carr <[email protected]>2025-01-10 19:37:32 -0600
commit22651438692cf991be22d8898e5727f586fd2f11 (patch)
treeb7e4936ca077f315af8d49908d0c14a5a1791411 /Makefile
parentdc86ae010f688eefc5f4757d1c6eb620effc68f9 (diff)
correctly identify the two primary structs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b825f6..9562c0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
simple: build
- make -C example clean simpleMutexGlobal goimports vet
+ # make -C example clean simpleMutexGlobal goimports vet
make -C example clean simpleMutexProtoc goimports vet
full: install clean auto goimports vet build test install