diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 18:50:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 18:50:19 -0600 |
| commit | 3125ca435de060fe20f3cc33e8fc93ac10c5fe97 (patch) | |
| tree | efabd2927d0f78a655fd4b66f0adbdb33cb5c498 | |
| parent | 462f019814f81eddf50cc9308c203e69e0efa03b (diff) | |
testing plugins
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,9 +4,10 @@ all: plugin ldd ../nocui.so plugin: - GO111MODULE="off" go build -buildmode=plugin -o ../nocui.so + GO111MODULE=off go build -buildmode=plugin -o nocui.so install: + rm -f nocui.so go build -buildmode=plugin -o ~/go/lib/nocui-${VERSION}.so check-git-clean: |
