summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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