summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 00:49:25 -0600
committerJeff Carr <[email protected]>2024-12-01 00:49:25 -0600
commit455ea31d70b3dfa95ca4f269e42cf6a8dcf5f0d9 (patch)
tree0428289ba77c371caec9324731ce5e913683272a /Makefile
parent8a6fb6d442b3725459823644cf79bb1c4117e813 (diff)
checkDirty()v0.0.11
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: