diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ BUILDTIME = $(shell date +%s) default: install regex clean +test-go.wit.com-apps-go-clone: install + regex --repo go.wit.com/apps/go-clone + +test-go.wit.com-apps-go-clone-resort: install + RESORT=true regex --repo go.wit.com/apps/go-clone + vet: @GO111MODULE=off go vet @echo this go binary package builds okay |
