summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-22 01:50:15 -0500
committerJeff Carr <[email protected]>2025-09-22 01:50:15 -0500
commit3a786d60fd86802fc6e3fa2f0cc12c02a1751e85 (patch)
tree6a4d7f2bb19a32da29a0f7f1cb6ec78175797812 /Makefile
parentaeae4ddf46cf577283a4b65fa4ffacd8f9d6cc8e (diff)
adding url debuggingv0.0.93
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 \