summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 09:28:58 -0600
committerJeff Carr <[email protected]>2025-01-12 09:28:58 -0600
commitd38f5dda75fd4c4ba8adcaf4125f60a50fe3269b (patch)
treed7afe68d06123213b7935060a1124c78a475ea40 /example/Makefile
parent10f75f87a66a9329fd665bd85099fe94c7beae79 (diff)
cleanups and help files
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 40c0146..d158441 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -8,6 +8,9 @@ all: clean simpleMutexProtoc goimports build
# and it is OK to 'go install' the binary
test: testGlobal testProtoc
+toy:
+ ../autogenpb --proto toy.proto --package main
+
testGlobal:
make clean
../autogenpb --proto fruit.proto --package main --mutex=false # first build with a global mutex