From 10392e4f4310b2112c7115fec2681a9f11bf9470 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 03:15:03 -0500 Subject: more missing protobuf files --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c79a60..c8547f9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,15 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -default: placement.pb.go install +default: generate install + +generate: clean + go mod init + go mod tidy + go generate + +go-generate: + rm -f *.pb.go *.patch build: GO111MODULE=off go build \ -- cgit v1.2.3