minor
This commit is contained in:
parent
0d60e6bdcb
commit
a605119c2c
7
Makefile
7
Makefile
|
@ -13,7 +13,7 @@ install: clean
|
|||
cd ~/go/lib && ln -f -s fyne-${VERSION}.so fyne.so
|
||||
|
||||
clean:
|
||||
rm -f fyne fyne.so
|
||||
rm -f fyne fyne.so go.*
|
||||
|
||||
binary:
|
||||
go build -v -x
|
||||
|
@ -33,8 +33,3 @@ pkgsite:
|
|||
|
||||
goimports:
|
||||
goimports -w *.go
|
||||
|
||||
redomod:
|
||||
rm -f go.*
|
||||
GO111MODULE= go mod init
|
||||
GO111MODULE= go mod tidy
|
||||
|
|
Loading…
Reference in New Issue