diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 16:24:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 16:24:35 -0600 |
| commit | 98e64560df3f69c9a7cb62fd74e31361ef6e906b (patch) | |
| tree | 19dbd4689194b4928041ce79c428c35fd32713e3 /Makefile | |
| parent | ec37a35d54e7d48131e16fe08b77bfc83a1072ba (diff) | |
maybe andlabs instead
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ no-gui: build build: -rm resources/*.so - # embed the ncurses gui plugin - -cp -a ~/go/src/go.wit.com/toolkits/gocui.so resources/ + # embed the andlabs plugin + -cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/ GO111MODULE="off" go build -v install: |
