From 491f80c961734ce00145c977485770fb04da3328 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 02:26:58 -0600 Subject: go build non-plugin for testing --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 914fa04..060f5ba 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ all: plugin plugin: go build -v -x -buildmode=plugin -o fyne.so +binary: + go build -v -x + non-plugin: go build -v -x ./fyne -- cgit v1.2.3