summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 03:15:03 -0500
committerJeff Carr <[email protected]>2025-10-08 03:15:03 -0500
commit10392e4f4310b2112c7115fec2681a9f11bf9470 (patch)
tree9d305a952d664a7d7df40f02062cd82107cc9b41 /Makefile
parent5452bed6607e8dbddfb3e352663402c07c6237dd (diff)
more missing protobuf filesv0.0.30
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
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 \