summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 \