summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
index 3a045bd..40c0146 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -18,6 +18,9 @@ testProtoc:
../autogenpb --proto fruit.proto --package main # inserts mutex into protoc .pb.go file
make build
+help:
+ ../autogenpb --package main --proto bad.proto
+
modproto: clean withMutex goimports vet build
./example