From 410fee50074dd3c77900ee6136f2722f11f5134f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 18:16:06 -0600 Subject: start to move branch name logic here --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 559a506..3e3f646 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,9 @@ clean: install: make -C forgeConfig install -autogenpb: - 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 cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/forgepb \ --go_opt=MforgeConfig.proto=go.wit.com/lib/protobuf/forgepb \ forgeConfig.proto + autogenpb --proto forgeConfig.proto --sort "ByPath,GoPath" --marshal ForgeConfigs -- cgit v1.2.3