summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 20:40:44 -0600
committerJeff Carr <[email protected]>2025-02-14 20:40:44 -0600
commitf0922a73f36471ef4ad886151065c01946bbc7df (patch)
tree57e3508c06d025438709faa8cda1e6ed2488e8f6
parentb2597a337c4ebfed5288128d5b80f8e7df18235e (diff)
save an old copy for go-debv0.22.78
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \