From c60d46ea7a098a187a13ee78d2c3a6e7e77fe285 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 05:33:17 -0500 Subject: for after the next publishing --- Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 656758e..7f9db03 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ all: goimports proto vet @echo This GO code passes the compile checks +proto-renumber: + autogenpb --renumber --proto argv.proto + make goimports vet + proto: autogenpb --proto argv.proto @@ -28,12 +32,3 @@ redomod: goimports -w *.go GO111MODULE= go mod init GO111MODULE= go mod tidy - - -# 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 argv.proto - make goimports vet -- cgit v1.2.3