From 1fe9716603d5aebc42e63228d9ade30e34ef085a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 Oct 2025 20:38:36 -0500 Subject: fixes for "forge rebuild forge" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e739cc..76e3642 100644 --- a/Makefile +++ b/Makefile @@ -33,12 +33,12 @@ build: goimports vet plugin GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: goimports plugin +install: goimports vet plugin GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" cp -f ~/go/bin/forge ~/go/bin/last.forge # this is a hack so that go-deb can build a .deb file for forge # TODO: remove this -install-verbose: goimports vet plugin +install-verbose: goimports GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3