diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 13:27:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 13:27:32 -0600 |
| commit | 84a042cb15b456e5e7c37fbc922395becf7f071d (patch) | |
| tree | 5e7a4559e36b6de22644db8d53d875e6531ffe5d /Makefile | |
| parent | edd6b1d432eaa3506be23b31f0686812a6b9093c (diff) | |
autogenpb marshal * sort
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ clean: install: make -C forgeConfig install +autogenpb: + autogenpb --proto forgeConfig.proto --lobase forgeConfig --upbase ForgeConfig --sort "ByPath,GoPath" --marshal ForgeConfigs --append GoPath + forgeConfig.pb.go: forgeConfig.proto # I'm using version v1.35.x from google.golang.org/protobuf/cmd/protoc-gen-go cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/forgepb \ |
