diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:31:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:31:42 -0600 |
| commit | 7cade75da86c346cd39ee37e85c066347cdaf274 (patch) | |
| tree | 060d78d8465011293e0a574d512e35a7e32173b0 /Makefile | |
| parent | 5f1f19d9ca4bec7b285256845d04ac76222cda13 (diff) | |
all sorts of updates. it didn't work before!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -run: goimports build +run: build ./go-clone --version vet: @@ -22,7 +22,7 @@ build-windows: GOOS=windows GOARCH=amd64 GO111MODULE=off go build -v go-clone.exe \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: +install: goimports GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
