From 7b069233955c6f35270f0cb2cb49bf6038c11020 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Nov 2024 09:12:08 -0600 Subject: add watchdog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3