summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 06:13:42 -0600
committerJeff Carr <[email protected]>2025-01-12 06:13:42 -0600
commit08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (patch)
tree5bff830418741290f2e13502e8137fb877a01999 /example/Makefile
parent5b4491f17ba4325ab9783374d4efa7e4aa652a9f (diff)
adding help
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