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
|
./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:
|
||||||
|
|
Loading…
Reference in New Issue