diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 16:27:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 16:27:29 -0600 |
| commit | cdb46e870fd3f59baca01ea8ec8a26db2b7f101a (patch) | |
| tree | 01134b07c48bb4c489e71d61f8e88afe2af27b21 | |
| parent | 6c02e57a175b2fd3bce225f53cfd5697cee723d5 (diff) | |
start honoring GO111MODULE
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ all: plugin ldd ../nocui.so plugin: - GO111MODULE="off" go build -v -x -buildmode=plugin -o ../nocui.so - -cleanbuild: go build -v -x -buildmode=plugin -o ../nocui.so check-git-clean: |
