diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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.* |
