diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 17:31:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 17:31:49 -0600 |
| commit | 3f50c54d09c64aa66224c95bb7f5542db2b7f115 (patch) | |
| tree | bdeb99c0c4a7ef44e781059ddea7cb30d43a5d55 /testautogen/Makefile | |
| parent | 8fcf500a802e93ae315b6c0c59a7cd9d2ecaae7e (diff) | |
builds again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen/Makefile')
| -rw-r--r-- | testautogen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautogen/Makefile b/testautogen/Makefile index 476e3d0..a2bafb3 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -6,7 +6,7 @@ test: vet all: clean test.pb.go forgeConfig.pb.go run run: - ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --marshal GitTags --append Subject + ../autogenpb --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname" --sort "BySubject,Subject" --marshal GitTags --append Bling ../autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" # --append GoPath vet: |
