diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 16:28:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 16:28:05 -0600 |
| commit | f7c484328b582e6599ceee7d765f629c820e2768 (patch) | |
| tree | 1b38351ef2419955c2ece07000b91116df79d38e /Makefile | |
| parent | 732f3c60e9cc8405e73e9f70076e52043ce4fec8 (diff) | |
releases finally work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ all: plugin plugin: GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so +pluginreal: + go build -v -buildmode=plugin -o ~/go/lib/gocui.so + objdump: objdump -t ../gocui.so |less |
