summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e46b2d..d913ece 100644
--- a/Makefile
+++ b/Makefile
@@ -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: