summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 23:11:39 -0600
committerJeff Carr <[email protected]>2024-12-11 23:11:39 -0600
commite69a078b75c75429ce70bf7da0e00a532772d25b (patch)
tree6bd32dd6b180c0dacbdd5bd4221fd04c795adb72
parentc54305249252040415932b01d6a81ac75aad8a95 (diff)
minor
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 986b36a..4668876 100644
--- a/Makefile
+++ b/Makefile
@@ -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: goimports
+install:
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"