summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 07:50:10 -0600
committerJeff Carr <[email protected]>2025-03-06 07:54:56 -0600
commit14ee66fe6ac3fc995ee04b4628d2a1bf874d73e1 (patch)
treef91ccf5b0aebcf7ea17eefb92275b1ee97cfb9c6 /Makefile
parent560162d2b2f97b8c653b62fc2e03d5c838514284 (diff)
rm some output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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