diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:38:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:38:07 -0600 |
| commit | 4a72be204474e0abecd9f102c8e21b449a7e1d3e (patch) | |
| tree | dcb7d6fe57e5542d171f02305baf911da33c77c8 | |
| parent | dfdca9f007464a781fd5e854f2e274528dd0a4b5 (diff) | |
trying to match build versionsv0.21.3
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
