From 84a042cb15b456e5e7c37fbc922395becf7f071d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 13:27:32 -0600 Subject: autogenpb marshal * sort Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3