From 48b19f1e70331fc6213a2e3a179e8b18a26aaecc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 05:55:42 -0600 Subject: new protobuf file --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbcbf93..79ebccd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # go install -all: forgeConfig.pb.go uuid.pb.go patch.pb.go goimports vet +all: forgeConfig.pb.go patchset.pb.go goimports vet generate: clean go-mod-clean @@ -26,8 +26,5 @@ clean: forgeConfig.pb.go: forgeConfig.proto autogenpb --proto forgeConfig.proto -uuid.pb.go: uuid.proto - autogenpb --proto uuid.proto - patchset.pb.go: patchset.proto autogenpb --proto patchset.proto -- cgit v1.2.3