summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b6f09..2bfbfeb 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,13 @@
all: gitTag.pb.go goDep.pb.go repo.pb.go goimports vet
generate: clean
- go-mod-clean
+ go mod init
+ go mod tidy
go generate
+go-generate:
+ rm -f *.pb.go *.patch
+
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay