diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 20:55:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 20:55:49 -0600 |
| commit | fdd6d991070a78fbabcabd29a06ce2ccc4a7dfb9 (patch) | |
| tree | 065ced51cee15d507b1373ec23e6cdd1e734c28c /go-clone-test/Makefile | |
| parent | de5759dde5dabc2d77dbeb70e3fe8d4774b3fefc (diff) | |
duhv0.0.15
Diffstat (limited to 'go-clone-test/Makefile')
| -rw-r--r-- | go-clone-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go-clone-test/Makefile b/go-clone-test/Makefile index 1e8c9f8..f2788e1 100644 --- a/go-clone-test/Makefile +++ b/go-clone-test/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) -all: build +all: vet build build: goimports GO111MODULE=off go build \ |
