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)
|
||||
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||
|
||||
all: gocui.so
|
||||
all: clean gocui.so
|
||||
@#ldd gocui.so
|
||||
|
||||
gocui.so:
|
||||
|
|
Loading…
Reference in New Issue