summaryrefslogtreecommitdiff
path: root/toolkit/gocui/Makefile
blob: 4f2a6ee295196e8a360c30d53d29f2871fce46ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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