summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
index 1f3d285..e2673c3 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -16,13 +16,18 @@ vet:
build:
GO111MODULE=off go build -v
+simple:
+ ../autogenpb --proto fruit.proto --package main
+
withMutex:
../autogenpb --proto fruit.proto --package main
../autogenpb --proto file.proto --package main
+ ../autogenpb --proto patchset.proto --package main
withoutMutex:
../autogenpb --proto fruit.proto --package main --mutex=false
../autogenpb --proto file.proto --package main --mutex=false
+ ../autogenpb --proto patchset.proto --package main --mutex=false
goimports:
goimports -w *.go