summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d562c95..97d7a42 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
# git remote add github [email protected]:wit-go/log.git
-all:
- #@GO111MODULE=off go vet -x
- GO111MODULE=off go vet
+all: vet
+ @#GO111MODULE=off go vet -x
+ @echo this go library builds ok
+
+vet:
+ @GO111MODULE=off go vet
redomod:
rm -f go.*