diff --git a/Makefile b/Makefile index afa1ce3..d8766e2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: build - ./basicwindow +all: build gocui build: goimports vet GO111MODULE=off go build -v -x \