diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
