summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 06:19:12 -0600
committerJeff Carr <[email protected]>2025-01-29 12:27:10 -0600
commita16b53c2895669f7f21728334371ab79680699bf (patch)
tree667d327d832942e37d145b7cb62d9d6d709e3e71
parentb5fe1eb8ff1f82dcd387cf83a42e767887dd2518 (diff)
start debugging why this doesn't work
-rw-r--r--Makefile2
-rw-r--r--log.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c2d98a..1875872 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: gocui.so
+all: clean gocui.so
@#ldd gocui.so
gocui.so:
diff --git a/log.go b/log.go
index 260dec9..03f9e21 100644
--- a/log.go
+++ b/log.go
@@ -23,7 +23,7 @@ func init() {
full := "go.wit.com/gui"
short := "gocui"
- GOCUI = log.NewFlag("GOCUI", false, full, short, "gocui internals")
+ GOCUI = log.NewFlag("GOCUI", true, full, short, "gocui internals")
full = "go.wit.com/toolkits/gocui"
short = "gocui"