summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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