parent
e6e2e7a3bf
commit
19a48de5da
3
Makefile
3
Makefile
|
@ -9,6 +9,9 @@ build:
|
||||||
-cp ~/go/src/go.wit.com/gui/toolkits/*.so resources/
|
-cp ~/go/src/go.wit.com/gui/toolkits/*.so resources/
|
||||||
go install -v -x
|
go install -v -x
|
||||||
|
|
||||||
|
check-git-clean:
|
||||||
|
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
||||||
|
|
||||||
redomod:
|
redomod:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
GO111MODULE= go mod init
|
GO111MODULE= go mod init
|
||||||
|
|
Loading…
Reference in New Issue