diff options
Diffstat (limited to 'toolkit/nocui/Makefile')
| -rw-r--r-- | toolkit/nocui/Makefile | 5 |
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 |
