summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 02:26:37 -0600
committerJeff Carr <[email protected]>2024-12-04 02:26:37 -0600
commite488da43ba0c6663ee61407b99e07a4bc28304e7 (patch)
tree87f774a04a8e50d9f1adaa801e4e5fa16bd0e15e
parent4f146eb37e591c5841caa2953d04d10236b00adf (diff)
fyne & pixelgl build againv0.22.4
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d124692..8300ee8 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ build:
GO111MODULE=off go build -C ../nocui -v -buildmode=plugin -o nocui.so
GO111MODULE=off go build -C ../gocui -v -buildmode=plugin -o gocui.so
GO111MODULE=off go build -C ../andlabs -v -buildmode=plugin -o andlabs.so
- GO111MODULE=off go build -C ../pixelgl -v -buildmode=plugin -o pixelgl.so
- GO111MODULE=off go build -C ../fyne -v -buildmode=plugin -o fyne.so
+ make -C ../pixelgl
+ make -C ../fyne
goimports:
goimports -w *.go