summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 17:50:48 -0600
committerJeff Carr <[email protected]>2025-02-08 17:50:48 -0600
commit0db3c44b86f5bbcbba8b5b66f95cef77b487d6f9 (patch)
tree151537deb4c0ee61135fec589159473a9f64dae0 /Makefile
parent6bb1b9acd79a8773181876cc83e5b1546330810c (diff)
needs local 'arg' to load gui golang plugins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f419a0..58cb1cb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: build
./basicwindow
build:
- GO111MODULE=off go build \
+ GO111MODULE=off go build -v -x \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
verbose: