summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 09:12:08 -0600
committerJeff Carr <[email protected]>2024-11-15 09:12:08 -0600
commit7b069233955c6f35270f0cb2cb49bf6038c11020 (patch)
tree15515a666395193f7f0aebccdc6cc68573267d3a /Makefile
parent6c920e0925c5b9db4354c31a693140adf024d88b (diff)
add watchdog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d275bc..24726cb 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE=
all:
GO111MODULE=off go build -v -x -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}"
- #./zood
+ ./zood
./zood --version
# this is for release builds using the go.mod files