From 0b2ec9ce15cf17f12c6457396a9579d943115d67 Mon Sep 17 00:00:00 2001 From: Castor Regex Date: Mon, 25 Aug 2025 10:15:39 -0500 Subject: fix: correct build errors and clean up code --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f3349b..9e37493 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ verbose: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -build: goimports vet - GO111MODULE=off go build -v -x \ +build: goimports + GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: goimports vet -- cgit v1.2.3