keep chugging along

This commit is contained in:
Jeff Carr 2024-11-07 03:09:46 -06:00
parent 36a45c7891
commit 96fbc76b85
1 changed files with 5 additions and 2 deletions

View File

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