autogenpb
This commit is contained in:
parent
0faa5d01a0
commit
8a6fb6d442
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in New Issue