From 87b62c98a6ebd9d0e48850d1710de7f39aba41c8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Apr 2023 21:11:00 -0500 Subject: nocui: a template for porting new toolkits Signed-off-by: Jeff Carr --- toolkit/nocui/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 toolkit/nocui/Makefile (limited to 'toolkit/nocui/Makefile') diff --git a/toolkit/nocui/Makefile b/toolkit/nocui/Makefile new file mode 100644 index 0000000..acbf437 --- /dev/null +++ b/toolkit/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