From 7fc97cd1e9792ab487d30e97a0aa29c15b9c8f14 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 04:58:45 -0600 Subject: [PATCH] defualt build is quiet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81f97b6..83ffed6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" verbose: - GO111MODULE=off go build -v -x \ + GO111MODULE=off go build -v -x -work \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: