summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 04:37:08 -0600
committerJeff Carr <[email protected]>2025-01-20 04:37:08 -0600
commitf223a21545edeabab24fe87c1a916c150b55ab80 (patch)
treeaff2633b8f1314ca33f7faaac71350f2a8f07624
parent05567cb88c3612c5c32dc766d8b0d942c52e9411 (diff)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e00d10..701676e 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 go.*
+ rm -f fyne fyne.so
binary:
go build -v -x