From 14ee66fe6ac3fc995ee04b4628d2a1bf874d73e1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Mar 2025 07:50:10 -0600 Subject: rm some output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3b993c..636eafb 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ all: build ./zood build: goimports - GO111MODULE=off go build \ + GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: - GO111MODULE=off go install \ + GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" sudo: build -- cgit v1.2.3