From 1eb637cbf5101c13b5b271a32670e3aa56b12989 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 6 Nov 2024 16:02:11 -0600 Subject: attempt to keep the ncurses gui Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e46b2d..d913ece 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ no-gui: build ./go-deb --no-gui --repo go.wit.com/apps/autotypist build: + -rm resources/*.so + # embed the ncurses gui plugin + -cp -a ~/go/src/go.wit.com/toolkits/gocui.so resources/ GO111MODULE="off" go build -v install: -- cgit v1.2.3