summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 00:57:31 -0500
committerJeff Carr <[email protected]>2025-10-24 00:57:31 -0500
commit2ae3b613b8e1cac099eb029ad1baa18cc72bec6d (patch)
tree72a5921324f15a6f470c41afd1e67c94fdbc0d45 /Makefile
parentbfdb07b4342c33a2d82ce8066a37565c92d35173 (diff)
use a table for output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31ec692..d5153f7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: goimports
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME}"
install-verbose: goimports
- GO111MODULE=off go install -v \
+ GO111MODULE=off go install -v -x \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME}"
vet: