summaryrefslogtreecommitdiff
path: root/toolkit/nocui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 21:11:00 -0500
committerJeff Carr <[email protected]>2023-04-27 21:11:00 -0500
commit87b62c98a6ebd9d0e48850d1710de7f39aba41c8 (patch)
treeb5961b9d4841b20ff41ae95acac4d82459ee9d3f /toolkit/nocui/Makefile
parent9e285c7affa3257a46e85acde6dc64a9c781b728 (diff)
nocui: a template for porting new toolkits
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/nocui/Makefile')
-rw-r--r--toolkit/nocui/Makefile5
1 files changed, 5 insertions, 0 deletions
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