diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 04:26:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 04:26:32 -0500 |
| commit | 75c89281ebac49ae21a69024758879f9caee141a (patch) | |
| tree | 6702bbbceed00610a48719e89f1d517cc2192f8e /Makefile | |
| parent | 6dd0052dcf530af22a43ca02a8e0b6cebcc383e0 (diff) | |
try to make --restore workv0.0.7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -default: goimports verbose +default: install build: GO111MODULE=off go build \ @@ -14,7 +14,7 @@ verbose: GO111MODULE=off go install -v -x \ -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}" |
