summaryrefslogtreecommitdiff
path: root/toolkit/gocui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/Makefile')
-rw-r--r--toolkit/gocui/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/gocui/Makefile b/toolkit/gocui/Makefile
index 27f23ed..597b2b2 100644
--- a/toolkit/gocui/Makefile
+++ b/toolkit/gocui/Makefile
@@ -6,3 +6,6 @@ build:
plugin:
GO111MODULE="off" go build -buildmode=plugin -o ../gocui.so
+
+objdump:
+ objdump -t ../gocui.so |less