summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 02:57:34 -0500
committerJeff Carr <[email protected]>2025-10-08 02:57:34 -0500
commit916e8d512356efbe709c1094cd46d4acc79860db (patch)
tree90ded2bbec57d6d3d96a72fdb1791a907a2edc7f /Makefile
parenteb363e55753e2df2914bd9ca2a21339590828cf9 (diff)
find all the protobuf files I have
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 496c778..c73aea5 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@ BUILDTIME = $(shell date +%s)
all: install
# This will re-generate ALL of the needed autogenerated .pb.go files
-generate:
+generate: clean
+ go mod init
+ go mod tidy
go generate
build-all-oses: go-build build-darwin build-windows