summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-04 01:57:59 -0600
committerJeff Carr <[email protected]>2025-03-04 01:57:59 -0600
commitf65d80862e9ef92ab8b36829342a6738cbc4b5d5 (patch)
treef8733a57b92c35d7d634e91a60aee98a549d6fa1 /Makefile
parentdcd32c255c4c4a7b31ebc2395a541704a753a092 (diff)
fyne changes to see if it can workv0.0.29v0.0.28
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5721c75..8b4220c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ non-plugin:
go build -v -x
./fyne
+GO111-non-plugin:
+ GO111MODULE=off go build -v -x
+ ./fyne
+
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)