summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e20d9ca..e730ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto --sort "ByName,Refname" --sort "ByHash,Hash" --no-marshal
+ autogenpb --proto gitTag.proto --no-marshal
goDep.pb.go: goDep.proto
- autogenpb --proto goDep.proto --sort "ByPath,GoPath" --sort "ByHash,Hash" --no-marshal
+ autogenpb --proto goDep.proto --no-marshal
repo.pb.go: repo.proto
- autogenpb --proto repo.proto --sort "ByPath,GoPath"
+ autogenpb --proto repo.proto