From 526605ff8733f14baa737246e2d817d42a556675 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 09:49:49 -0600 Subject: add an example to build a custom .deb --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73a473c..7633169 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,10 @@ reset: # clear your terminal reset -gocui: build +# use the ncurses gui (only kinda works still) +ncurses: build reset - ./go-deb --gui gocui >/tmp/witgui.log.stderr 2>&1 + ./go-deb --gui gocui nocui: reset build ./go-deb --gui nocui -- cgit v1.2.3