diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 18:49:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 18:49:22 -0600 |
| commit | 439c6e3b01e7a2cf6e19b18866aab77f558ba4a4 (patch) | |
| tree | 0a3d49fdfac558f480575bdb77de5a02ffe1e80d | |
| parent | 19370790f863b41bb311254faaa72a992fecbfc4 (diff) | |
testing plugins
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ all: plugin ldd ../gocui.so plugin: - GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so + GO111MODULE=off go build -v -work -buildmode=plugin -o gocui.so install: + rm -f gocui.so go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so # for testing custom golang |
