autogenpb

This commit is contained in:
Jeff Carr 2024-11-30 15:07:57 -06:00
parent 0faa5d01a0
commit 8a6fb6d442
1 changed files with 3 additions and 3 deletions

View File

@ -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