diff options
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 5 |
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 |
