summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 17:31:22 -0500
committerJeff Carr <[email protected]>2025-09-03 17:31:22 -0500
commite896cae995a1d0be5f172bf856b732b5fbf14017 (patch)
tree2cacbe7eb0882493d14f21aacb94f3a95d601783 /Makefile
parentf6803f07f1de75d84e4282409e237b00dd52586b (diff)
fixing gocui plugin exit()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56868b1..fabc4c6 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,10 @@ andlabs: clean install
forge --gui andlabs --gui-verbose
gocui: install
- forge --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1
- # forge --gui gocui --gui-verbose --debugger
+ forge --gui gocui
+
+gocui-verbose: install
+ forge --gui gocui --gui-verbose >/tmp/forge.log 2>&1
goimports:
reset