summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-17 13:37:29 -0500
committerJeff Carr <[email protected]>2025-08-17 22:55:35 -0500
commit80fa693ba408c4f4f62d78a66779788a9965e9f5 (patch)
tree55509d73705ae4d1dfd055e9544ab53fefbb259a /Makefile
parentdda562968896a6bd25134e49fb495b401a3986d1 (diff)
os.Exec() plugins to test if they will actually workv0.0.63v0.0.62v0.0.61
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1d19ae..a968c71 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ gocui: build
./zookeeper --gui gocui
gocui-debugging: build
- ./zookeeper --gui gocui --gui-file ~/go/src/go.wit.com/toolkits/gocui/gocui.so >/tmp/forge.log 2>&1
+ ./zookeeper --gui gocui --gui-file ~/go/src/go.wit.com/toolkits/gocui/gocui.so
+ # ./zookeeper --gui gocui --gui-file ~/go/src/go.wit.com/toolkits/gocui/gocui.so >/tmp/forge.log 2>&1
build: goimports vet
GO111MODULE=off go build -v -x \