summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 16:28:05 -0600
committerJeff Carr <[email protected]>2024-02-01 16:28:05 -0600
commitf7c484328b582e6599ceee7d765f629c820e2768 (patch)
tree1b38351ef2419955c2ece07000b91116df79d38e /Makefile
parent732f3c60e9cc8405e73e9f70076e52043ce4fec8 (diff)
releases finally work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index adbb0b0..c8926c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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