default to 'gocui'
This commit is contained in:
parent
187167f149
commit
7cf4595053
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
|
|||
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||
|
||||
all: build
|
||||
./helloworld
|
||||
./helloworld --gui gocui
|
||||
|
||||
build:
|
||||
GO111MODULE=off go build \
|
||||
|
|
Loading…
Reference in New Issue