summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e730ca1..7bed3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -5,16 +5,14 @@
# go install
-all: gitTag.pb.go goDep.pb.go repo.pb.go
+all: gitTag.pb.go goDep.pb.go repo.pb.go vet
test:
make -C scanGoSrc/
-vet: lint
- GO111MODULE=off go vet
-
-lint:
- # -buf lint refs.proto # todo: figure out where buf comes from again
+vet:
+ @GO111MODULE=off go vet
+ @echo this go library package builds okay
# autofixes your import headers in your golang files
goimports: