autogenpb sort and marshal files

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-29 14:37:32 -06:00
parent 84a042cb15
commit 87c3ec3100
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ install:
make -C forgeConfig install
autogenpb:
autogenpb --proto forgeConfig.proto --lobase forgeConfig --upbase ForgeConfig --sort "ByPath,GoPath" --marshal ForgeConfigs --append GoPath
autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs
forgeConfig.pb.go: forgeConfig.proto
# I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go