summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 03:27:53 -0600
committerJeff Carr <[email protected]>2025-01-11 03:27:53 -0600
commit74641713f87bc2a8981ae4d6c53fe17ce0febc06 (patch)
tree922c3af447c615801a1e4f2149a884ec88294d00 /Makefile
parent76968c90e8b0320cdf0c6772e18612551154a40e (diff)
start dumping the old code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2830b7..35922e1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
simple: build
make -C example clean simpleMutexGlobal goimports vet
- # make -C example clean simpleMutexProtoc goimports vet
+ make -C example clean simpleMutexProtoc goimports vet
full: install clean auto goimports vet build test install
@echo everything worked and the example ran