summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 09:49:49 -0600
committerJeff Carr <[email protected]>2024-11-16 09:49:49 -0600
commit526605ff8733f14baa737246e2d817d42a556675 (patch)
tree517d7cd6ca647bd2080f6b73366e3774a2b2863f /Makefile
parentd45037dee96be62126c277a8738b39a52b9ed4b9 (diff)
add an example to build a custom .deb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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