From 75c89281ebac49ae21a69024758879f9caee141a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 04:26:32 -0500 Subject: try to make --restore work --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 035f59c..f9f0a90 100644 --- a/Makefile +++ b/Makefile @@ -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}" -- cgit v1.2.3