diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 16:02:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 16:02:11 -0600 |
| commit | 1eb637cbf5101c13b5b271a32670e3aa56b12989 (patch) | |
| tree | 472e62d92b6b0c7aa0205c7892151e2949369195 /Makefile | |
| parent | 32c023ac384eaf19d2f3a72e736632d465382d3e (diff) | |
attempt to keep the ncurses gui
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
