From 96fbc76b85fabe6b1783a13895bd8f1ab83d33ce Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 03:09:46 -0600 Subject: [PATCH] keep chugging along --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: