summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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