Compare commits
No commits in common. "guimaster" and "guimain" have entirely different histories.
5
Makefile
5
Makefile
|
@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
|
|||
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||
|
||||
all: build
|
||||
./helloworld --gui gocui
|
||||
./helloworld
|
||||
|
||||
build:
|
||||
GO111MODULE=off go build \
|
||||
|
@ -30,9 +30,6 @@ embed:
|
|||
gocui:
|
||||
./helloworld --gui gocui
|
||||
|
||||
andlabs:
|
||||
./helloworld --gui andlabs
|
||||
|
||||
goimports:
|
||||
goimports -w *.go
|
||||
|
||||
|
|
Loading…
Reference in New Issue