keep chugging along
This commit is contained in:
parent
36a45c7891
commit
96fbc76b85
7
Makefile
7
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:
|
||||
|
|
Loading…
Reference in New Issue