From f112df6b773b81fa4f5deb665859bbd005ed3e84 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 07:58:56 -0500 Subject: finally can remove this. moved to lib/ENV --- Makefile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1013fb0..d9c9404 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,6 @@ -all: autogenpb goimports vet +all: goimports vet @echo This GO code passes the compile checks -# fixes your numbers if you move things around -# THIS TOTALLY BREAKS THE POINT OF PROTOBUF -# To work around that breaking, you must change the version -# also, all the wrapping code must support this. which it doesn't -proto-renumber: clean - autogenpb --renumber --proto config.proto - make goimports vet - -autogenpb: - autogenpb --proto config.proto - -generate: clean - go mod init - go mod tidy - go generate - -go-generate: - rm -f *.pb.go *.patch - goimports: goimports -w *.go -- cgit v1.2.3