diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 17:31:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 17:31:22 -0500 |
| commit | e896cae995a1d0be5f172bf856b732b5fbf14017 (patch) | |
| tree | 2cacbe7eb0882493d14f21aacb94f3a95d601783 /Makefile | |
| parent | f6803f07f1de75d84e4282409e237b00dd52586b (diff) | |
fixing gocui plugin exit()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
