diff options
| author | Jeff Carr <[email protected]> | 2025-04-30 14:40:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-30 14:40:05 -0500 |
| commit | 1defa8d58217731da602bb05d657b6524ce16b56 (patch) | |
| tree | 0ad9674783a0c618dc41e005a836b2bcfb86dd02 | |
| parent | f061bf9730f5243633eb70ce4553577c4ae9e2ef (diff) | |
use the local build by default
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
