diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
| commit | 526605ff8733f14baa737246e2d817d42a556675 (patch) | |
| tree | 517d7cd6ca647bd2080f6b73366e3774a2b2863f /Makefile | |
| parent | d45037dee96be62126c277a8738b39a52b9ed4b9 (diff) | |
add an example to build a custom .deb
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 |
