summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
committerJeff Carr <[email protected]>2024-11-29 13:27:32 -0600
commit84a042cb15b456e5e7c37fbc922395becf7f071d (patch)
tree5e7a4559e36b6de22644db8d53d875e6531ffe5d /Makefile
parentedd6b1d432eaa3506be23b31f0686812a6b9093c (diff)
autogenpb marshal * sort
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c73a6c5..a0c6343 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \