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