From 3539402c3718dd542b6bf2ff29c348bb260475ae Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 29 Feb 2024 03:06:17 -0600 Subject: opens multiple windows in demo mode Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44da83c..3ecdb10 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ all: plugin plugin: go build -v -x -buildmode=plugin -o ../fyne.so +non-plugin: + 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