summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 16:24:35 -0600
committerJeff Carr <[email protected]>2024-11-06 16:24:35 -0600
commit98e64560df3f69c9a7cb62fd74e31361ef6e906b (patch)
tree19dbd4689194b4928041ce79c428c35fd32713e3 /Makefile
parentec37a35d54e7d48131e16fe08b77bfc83a1072ba (diff)
maybe andlabs instead
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2dfd1ac..f1282d3 100644
--- a/Makefile
+++ b/Makefile
@@ -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: