summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-19 22:22:33 -0500
committerJeff Carr <[email protected]>2025-08-19 22:22:33 -0500
commitcf83bbf6ace4e17094226cf0b172a2525ca2c13c (patch)
tree4c289ca4a9746a144201067a0bc9e528d0042fc1 /Makefile
parent47cd26fbab64cba0fdcc5c23d45c7472aa6304bc (diff)
more cleanups on usefulness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \