This commit is contained in:
Jeff Carr 2024-12-13 00:22:54 -06:00
parent 0d60e6bdcb
commit a605119c2c
1 changed files with 1 additions and 6 deletions

View File

@ -13,7 +13,7 @@ install: clean
cd ~/go/lib && ln -f -s fyne-${VERSION}.so fyne.so cd ~/go/lib && ln -f -s fyne-${VERSION}.so fyne.so
clean: clean:
rm -f fyne fyne.so rm -f fyne fyne.so go.*
binary: binary:
go build -v -x go build -v -x
@ -33,8 +33,3 @@ pkgsite:
goimports: goimports:
goimports -w *.go goimports -w *.go
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy