summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ea078f..baf8a84 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@
all: goimports gitTag.pb.go goDep.pb.go repo.pb.go vet
+generate: clean
+ go-mod-clean
+ go generate
+
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay