From 98e64560df3f69c9a7cb62fd74e31361ef6e906b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 6 Nov 2024 16:24:35 -0600 Subject: [PATCH] maybe andlabs instead Signed-off-by: Jeff Carr --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2dfd1ac..f1282d3 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ no-gui: build build: -rm resources/*.so - # embed the ncurses gui plugin - -cp -a ~/go/src/go.wit.com/toolkits/gocui.so resources/ + # embed the andlabs plugin + -cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/ GO111MODULE="off" go build -v install: