From d38f5dda75fd4c4ba8adcaf4125f60a50fe3269b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 09:28:58 -0600 Subject: cleanups and help files --- example/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example/Makefile') 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 -- cgit v1.2.3