From cf83bbf6ace4e17094226cf0b172a2525ca2c13c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Aug 2025 22:22:33 -0500 Subject: more cleanups on usefulness --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 171813f..0cb1aaf 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,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 + 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-raw: goimports vet plugin go install \ -- cgit v1.2.3