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: