summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 02:26:58 -0600
committerJeff Carr <[email protected]>2024-12-04 02:26:58 -0600
commit491f80c961734ce00145c977485770fb04da3328 (patch)
tree313f650772546d153f0fa0e2b92d431389430e9e
parent43b22177175dde1f6e4cb3c687d58f3ceae8dac0 (diff)
go build non-plugin for testingv0.0.2
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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