summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 05:56:45 -0600
committerJeff Carr <[email protected]>2025-01-13 05:56:45 -0600
commit25ab223c07152a41f74b37ff667f6fdd329b2fe6 (patch)
treee41c1ba016b12354d072f56149625f9512e2fbac /Makefile
parent208118ad5f78ce6e15da00753df491cfed771ce8 (diff)
testing mutex locks and Marshal() function panic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1696e6d..f7434ed 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto
+ autogenpb --proto gitTag.proto --mutex-name "john"
goDep.pb.go: goDep.proto
autogenpb --proto goDep.proto