diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 23:11:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 23:11:39 -0600 |
| commit | e69a078b75c75429ce70bf7da0e00a532772d25b (patch) | |
| tree | 6bd32dd6b180c0dacbdd5bd4221fd04c795adb72 | |
| parent | c54305249252040415932b01d6a81ac75aad8a95 (diff) | |
minor
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
