summaryrefslogtreecommitdiff
path: root/toolkit/gocui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 15:43:50 -0600
committerJeff Carr <[email protected]>2024-01-01 15:43:50 -0600
commit4e7bbd89900a733593f0848778103c1cf1a7145d (patch)
tree22cd22124dd3ecba7c2a866b882d39aaf790d670 /toolkit/gocui/Makefile
parent53ce3a8252090d5fb75d7fc1e3cd75a72c1415c6 (diff)
reorg to final resting place at go.wit.com/gui/guiv0.9.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/Makefile')
-rw-r--r--toolkit/gocui/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolkit/gocui/Makefile b/toolkit/gocui/Makefile
deleted file mode 100644
index 4f2a6ee..0000000
--- a/toolkit/gocui/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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