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