This commit is contained in:
Jeff Carr 2024-12-04 03:15:42 -06:00
parent 66c4285902
commit 8ab4f273a0
1 changed files with 4 additions and 1 deletions

View File

@ -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