From ab855bcd1202fc54071d9308448d92ae7518bdbd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 18:05:33 -0500 Subject: make generate --- Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac95660..a1e0d3f 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,15 @@ # go install -all: generate goimports vet +all: goimports vet generate: clean - autogenpb --proto httpRequest.proto + go mod init + go mod tidy + go generate + +go-generate: + rm -f *.pb.go *.patch vet: @GO111MODULE=off go vet @@ -22,9 +27,3 @@ clean: rm -f *.pb.go *.patch -rm -f go.* go-mod-clean purge - -forgeConfig.pb.go: forgeConfig.proto - autogenpb --proto forgeConfig.proto - -patchset.pb.go: patchset.proto - autogenpb --proto patchset.proto -- cgit v1.2.3