summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 16:27:29 -0600
committerJeff Carr <[email protected]>2024-02-01 16:27:29 -0600
commitcdb46e870fd3f59baca01ea8ec8a26db2b7f101a (patch)
tree01134b07c48bb4c489e71d61f8e88afe2af27b21
parent6c02e57a175b2fd3bce225f53cfd5697cee723d5 (diff)
start honoring GO111MODULE
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 15c7487..0dd7233 100644
--- a/Makefile
+++ b/Makefile
@@ -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: