just make gocui the default for now
This commit is contained in:
parent
10b80332d6
commit
eb322fb4c6
3
Makefile
3
Makefile
|
@ -1,8 +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: build
|
all: build gocui
|
||||||
./basicwindow
|
|
||||||
|
|
||||||
build: goimports vet
|
build: goimports vet
|
||||||
GO111MODULE=off go build -v -x \
|
GO111MODULE=off go build -v -x \
|
||||||
|
|
Loading…
Reference in New Issue