summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 03:09:16 -0600
committerJeff Carr <[email protected]>2025-02-07 03:09:16 -0600
commitdd5232fa6ba887c0b3fbc8dba3f91d81eef6a409 (patch)
tree28ac41eaf6ccf28a0351027532dae8552ac79d7e /Makefile
parent6ac82df94991ed25794bf28791e94cb98e01012b (diff)
more on a dark mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59b21f6..11df1fb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ vet:
@echo this go plugin builds okay
gocui:
- GO111MODULE=off go build -v -work -buildmode=plugin -o gocui.so \
+ GO111MODULE=off go build -v -buildmode=plugin -o gocui.so \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: