summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8766e2..e45722a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: build gocui
+all: install
+ basicwindow --help
+
build: goimports vet
GO111MODULE=off go build -v -x \