From 81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 07:44:07 -0500 Subject: less confusing patch .proto files --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0479cf4..c9403cc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # go install -all: forgeConfig.pb.go patchset.pb.go goimports vet +all: forgeConfig.pb.go patch.pb.go set.pb.go goimports vet generate: clean autogenpb --proto patchset.proto @@ -27,8 +27,14 @@ clean: forgeConfig.pb.go: forgeConfig.proto autogenpb --proto forgeConfig.proto -patchset.pb.go: patchset.proto - autogenpb --proto patchset.proto +# patchset.pb.go: patchset.proto +# autogenpb --proto patchset.proto + +patch.pb.go: patch.proto + autogenpb --proto patch.proto + +set.pb.go: set.proto + autogenpb --proto set.proto protoc-test: cd ~/go/src && protoc \ -- cgit v1.2.3