From a20e4e0533f1b7ef96a59274f7755ec599038298 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 26 Aug 2025 11:12:23 -0500 Subject: [PATCH] work in progress --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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}"