summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 00:22:54 -0600
committerJeff Carr <[email protected]>2024-12-13 00:22:54 -0600
commita605119c2cc419fd062e45f8e532afd248e2f529 (patch)
tree8882aea32a7e761f22e0131687b889bfc14e3a37
parent0d60e6bdcbd3eccad08ef0dc17fc4b1e73d1cd71 (diff)
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 95bbd25..9e00d10 100644
--- a/Makefile
+++ b/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