From f0922a73f36471ef4ad886151065c01946bbc7df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Feb 2025 20:40:44 -0600 Subject: save an old copy for go-deb --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47b2a4b..e279b83 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ build: goimports vet 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 install-raw: goimports vet plugin go install \ -- cgit v1.2.3