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
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: