summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 00:10:42 -0500
committerJeff Carr <[email protected]>2025-10-12 00:10:42 -0500
commitbb87443f4319e919b83b350292eb8ca3008e58c9 (patch)
treed8ca102a8ce18005cc1344db40aeb4b75749ab43 /Makefile
parent850642580bd5e4d425a66582c86c6730d328580c (diff)
okay
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a4db19..f757a8e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,12 @@ generate: clean
go mod tidy
go generate
+required:
+ go install go.wit.com/apps/autogenpb@latest
+ go install go.wit.com/apps/go-mod-clean@latest
+ go install go.wit.com/apps/go-clone@latest
+ go install golang.org/x/tools/cmd/goimports@latest
+
vet:
@GO111MODULE=off go vet
@echo this go binary package builds okay