summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 12:38:07 -0600
committerJeff Carr <[email protected]>2024-12-05 12:38:07 -0600
commit4a72be204474e0abecd9f102c8e21b449a7e1d3e (patch)
treedcb7d6fe57e5542d171f02305baf911da33c77c8
parentdfdca9f007464a781fd5e854f2e274528dd0a4b5 (diff)
trying to match build versionsv0.21.3
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3afce5..edc1823 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,12 @@ plugin:
install:
go build -v -x -buildmode=plugin -o pixelgl.so
+full-plugin:
+ GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so
+
+full-install:
+ GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so
+
standalone:
go build -v -x