summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7bed3b0..5af5f94 100644
--- a/Makefile
+++ b/Makefile
@@ -36,10 +36,10 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto --no-marshal
+ autogenpb --proto gitTag.proto --mutex
goDep.pb.go: goDep.proto
- autogenpb --proto goDep.proto --no-marshal
+ autogenpb --proto goDep.proto --mutex
repo.pb.go: repo.proto
- autogenpb --proto repo.proto
+ autogenpb --proto repo.proto --mutex