summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-18 14:58:42 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commit9cd1d582e2331a0d3c41cd5b1848c0d4ed86ef5d (patch)
tree114365edbaa94447ca40a9c2a07bb4a36668b07a /Makefile
parent3ca1fff7554f9dc19c0dd2523e034cc93cc4f91c (diff)
window close works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ee8dae..4844b42 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ vet:
@echo this go plugin builds okay
gocui:
- GO111MODULE=off go build -v -buildmode=plugin -o gocui.so \
+ GO111MODULE=off go build -v -x -buildmode=plugin -o gocui.so \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: