summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-30 14:40:05 -0500
committerJeff Carr <[email protected]>2025-04-30 14:40:05 -0500
commit1defa8d58217731da602bb05d657b6524ce16b56 (patch)
tree0ad9674783a0c618dc41e005a836b2bcfb86dd02
parentf061bf9730f5243633eb70ce4553577c4ae9e2ef (diff)
use the local build by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b84ee48..3a4b830 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ plugin:
# -cp ../../toolkits/gocui/gocui.so resources/
andlabs: clean install
- forge --gui andlabs
+ forge --gui gocui --gui-verbose --gui-file ../../toolkits/andlabs/andlabs.so
gocui: install
forge --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1