summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 07:58:56 -0500
committerJeff Carr <[email protected]>2025-10-21 07:58:56 -0500
commitf112df6b773b81fa4f5deb665859bbd005ed3e84 (patch)
tree190319bf8e267d291c8c20f9a7617035afe9f127 /Makefile
parent61bad3fc7b6a866645e3d26defc9b6ba52ffe304 (diff)
finally can remove this. moved to lib/ENV
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 1 insertions, 20 deletions
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