From e69a078b75c75429ce70bf7da0e00a532772d25b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 11 Dec 2024 23:11:39 -0600 Subject: [PATCH] minor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"