diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 16:11:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 16:11:54 -0600 |
| commit | 36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (patch) | |
| tree | 24cf9c64dd518528f30a6282e879e8e5c6136bd4 /nocui/Makefile | |
move into seperate repo
Diffstat (limited to 'nocui/Makefile')
| -rw-r--r-- | nocui/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
