summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 17:44:23 -0600
committerJeff Carr <[email protected]>2025-01-07 17:44:23 -0600
commit67ae8d8773e97cc93f4a3fc400e77b67dd554ceb (patch)
tree60753c69445cde9d45629e395c7b3433345128a9 /Makefile
parente333ca726bf64e80119b2c2a7ae8b33c80ec95a9 (diff)
use go generate. also fix verbose Build() flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e754bad..d7ba526 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@
all: goimports forgeConfig.pb.go uuid.pb.go patch.pb.go vet
+generate: clean
+ go-mod-clean
+ go generate
+
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay