summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 636eafb..fd94d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE=
all: build
./zood --version
- ./zood
+ ./zood test
build: goimports
GO111MODULE=off go build -v -x \