diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 07:58:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 07:58:56 -0500 |
| commit | f112df6b773b81fa4f5deb665859bbd005ed3e84 (patch) | |
| tree | 190319bf8e267d291c8c20f9a7617035afe9f127 /Makefile | |
| parent | 61bad3fc7b6a866645e3d26defc9b6ba52ffe304 (diff) | |
finally can remove this. moved to lib/ENV
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -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 |
