From 36218f4535dd65d2c8d4ecbea761b3b0289e6f3c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 16:11:54 -0600 Subject: move into seperate repo --- nocui/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nocui/Makefile (limited to 'nocui/Makefile') diff --git a/nocui/Makefile b/nocui/Makefile new file mode 100644 index 0000000..acbf437 --- /dev/null +++ b/nocui/Makefile @@ -0,0 +1,5 @@ +all: plugin + ldd ../nocui.so + +plugin: + GO111MODULE="off" go build -v -x -buildmode=plugin -o ../nocui.so -- cgit v1.2.3