Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
c9f0f0d45f | |
|
7cf4595053 |
5
Makefile
5
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 \
|
||||
|
@ -30,6 +30,9 @@ embed:
|
|||
gocui:
|
||||
./helloworld --gui gocui
|
||||
|
||||
andlabs:
|
||||
./helloworld --gui andlabs
|
||||
|
||||
goimports:
|
||||
goimports -w *.go
|
||||
|
||||
|
|
Loading…
Reference in New Issue