summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index e2673c3..552c332 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -16,9 +16,12 @@ vet:
build:
GO111MODULE=off go build -v
-simple:
+simpleMutexProtoc:
../autogenpb --proto fruit.proto --package main
+simpleMutexGlobal:
+ ../autogenpb --proto fruit.proto --package main --mutex=false
+
withMutex:
../autogenpb --proto fruit.proto --package main
../autogenpb --proto file.proto --package main