From ac4541b31f932aeed871f6da1783a226c1afbf06 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 03:15:35 -0600 Subject: [PATCH] minor --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 060f5ba..834674b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ all: plugin plugin: go build -v -x -buildmode=plugin -o fyne.so +install: + go build -v -x -buildmode=plugin -o fyne.so + binary: go build -v -x