From 8a24584262a90956e012cee7b03c8c2b9f4b794c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Oct 2025 05:50:38 -0500 Subject: reworking this to make it more sane. hopefully. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54f5b85..1013fb0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: config.pb.go goimports vet +all: autogenpb goimports vet @echo This GO code passes the compile checks # fixes your numbers if you move things around @@ -9,8 +9,8 @@ proto-renumber: clean autogenpb --renumber --proto config.proto make goimports vet -config.pb.go: config.proto - make generate +autogenpb: + autogenpb --proto config.proto generate: clean go mod init -- cgit v1.2.3