summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 03:42:14 -0600
committerJeff Carr <[email protected]>2025-01-11 03:42:14 -0600
commitd8464bf21ffada0be45116e7a6c4573bcadbce1b (patch)
tree9b1e175e83bb930b41060e14c244b36692d605d4 /Makefile
parent74641713f87bc2a8981ae4d6c53fe17ce0febc06 (diff)
now to rename the files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 35922e1..7f0b91d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,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 deleteproto
full: install clean auto goimports vet build test install
@echo everything worked and the example ran