summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 03:13:20 -0600
committerJeff Carr <[email protected]>2025-01-11 03:13:20 -0600
commit502826cf8c2e8acbc57dd2400a47511ae7ed644f (patch)
tree7557daab9e076692578842da493d69702c61413b /Makefile
parent9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 (diff)
lala. working again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b9bb7d..068d8a1 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