From 8ab4f273a0ad57d198397fbfd5f675630d0cc135 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 03:15:42 -0600 Subject: [PATCH] minor --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b461665..d3afce5 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ all: plugin - ldd ../pixelgl.so + ldd pixelgl.so plugin: go build -v -x -buildmode=plugin -o pixelgl.so +install: + go build -v -x -buildmode=plugin -o pixelgl.so + standalone: go build -v -x