summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 126787b..3d7ebae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
all:
@GO111MODULE=off go vet
@echo go vet: this go library package builds okay
+
+test:
make -C testGui
goimports: