diff --git a/Makefile b/Makefile index e988491..fafedb5 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,11 @@ console: build ./autotypist --gui gocui >/tmp/autotypist.log 2>&1 install: - rm -f ~/go/src/go.wit.com/toolkits/*.so - go install -v -x + -rm resources/*.so + cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ + GO111MODULE=off go install -v -x \ + -ldflags " \ + -X main.VERSION=${VERSION}" autotypist check-git-clean: