From f65d80862e9ef92ab8b36829342a6738cbc4b5d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 01:57:59 -0600 Subject: fyne changes to see if it can work --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3