summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-04 00:27:15 -0600
committerJeff Carr <[email protected]>2025-03-04 00:27:15 -0600
commitd35d0c16e70fa24ae11f69cfa8e3ca0ca6a35eba (patch)
tree0e5885638ecdaeba773ae8bfa484d5896dbd6272 /Makefile
parent7364eb1ebfe2e683690a5db1f3445df3d0134e84 (diff)
mod button highlighting worksv0.22.100
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0b1f02..b238f1c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ plugin:
rm -f resources/*.so
# -cp ../../toolkits/gocui/gocui.so resources/
-andlabs: install
- forge --gui andlabs --debugger
+andlabs: clean install
+ forge --gui andlabs
gocui: install
forge --gui gocui --gui-verbose >/tmp/forge.log 2>&1