diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 15:07:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 15:07:57 -0600 |
| commit | 8a6fb6d442b3725459823644cf79bb1c4117e813 (patch) | |
| tree | 7983637e7296a04d7b3bdc95456a22e97ed427e2 | |
| parent | 0faa5d01a00ea1dc5c1ad3b5c2abef7991764436 (diff) | |
autogenpbv0.0.10
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
