summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: