start debugging why this doesn't work
This commit is contained in:
parent
b5fe1eb8ff
commit
a16b53c289
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
VERSION = $(shell git describe --tags)
|
VERSION = $(shell git describe --tags)
|
||||||
BUILDTIME = $(shell date +%Y.%m.%d)
|
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||||
|
|
||||||
all: gocui.so
|
all: clean gocui.so
|
||||||
@#ldd gocui.so
|
@#ldd gocui.so
|
||||||
|
|
||||||
gocui.so:
|
gocui.so:
|
||||||
|
|
2
log.go
2
log.go
|
@ -23,7 +23,7 @@ func init() {
|
||||||
full := "go.wit.com/gui"
|
full := "go.wit.com/gui"
|
||||||
short := "gocui"
|
short := "gocui"
|
||||||
|
|
||||||
GOCUI = log.NewFlag("GOCUI", false, full, short, "gocui internals")
|
GOCUI = log.NewFlag("GOCUI", true, full, short, "gocui internals")
|
||||||
|
|
||||||
full = "go.wit.com/toolkits/gocui"
|
full = "go.wit.com/toolkits/gocui"
|
||||||
short = "gocui"
|
short = "gocui"
|
||||||
|
|
Loading…
Reference in New Issue