2024-01-18 00:08:37 -06:00
|
|
|
all: plugin
|
|
|
|
ldd ../gocui.so
|
|
|
|
|
|
|
|
plugin:
|
|
|
|
GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so
|
|
|
|
|
|
|
|
objdump:
|
|
|
|
objdump -t ../gocui.so |less
|
|
|
|
|
|
|
|
log:
|
|
|
|
reset
|
|
|
|
tail -f /tmp/witgui.* /tmp/guilogfile
|
|
|
|
|
2024-01-28 02:20:31 -06:00
|
|
|
goimports:
|
|
|
|
goimports -w *.go
|
2024-01-18 00:08:37 -06:00
|
|
|
|
|
|
|
redomod:
|
|
|
|
rm -f go.*
|
|
|
|
GO111MODULE= go mod init
|
|
|
|
GO111MODULE= go mod tidy
|