summaryrefslogtreecommitdiff
path: root/gocui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gocui/Makefile')
-rw-r--r--gocui/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/gocui/Makefile b/gocui/Makefile
new file mode 100644
index 0000000..4f2a6ee
--- /dev/null
+++ b/gocui/Makefile
@@ -0,0 +1,15 @@
+all: plugin
+ ldd ../gocui.so
+
+goget:
+ go get -v -t -u
+
+plugin:
+ go build -v -x -buildmode=plugin -o ../gocui.so
+
+objdump:
+ objdump -t ../gocui.so |less
+
+log:
+ reset
+ tail -f /tmp/witgui.* /tmp/guilogfile