summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-26 11:12:23 -0500
committerJeff Carr <[email protected]>2025-08-26 11:12:23 -0500
commita20e4e0533f1b7ef96a59274f7755ec599038298 (patch)
treeb5098332e29f2d81cf1ddda22c45a4fb66d62699
parent25e483898fed7f569068612635e3321a3facc37e (diff)
work in progress
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e37493..37e1c23 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,10 @@ regex:
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+dumb-build:
+ go install \
+ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+
install-raw: goimports vet
go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"