From b1c311a1e23f8b6557a289e85bb9f402b8523fdf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Jan 2024 11:05:40 -0600 Subject: errors are always displayed Signed-off-by: Jeff Carr --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e273177..a0c49d0 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,11 @@ run: build # ./control-panel-dns >/tmp/witgui.log.stderr 2>&1 ./control-panel-dns +redomod: + rm -f go.* + go mod init + go mod tidy + install: go install -v go.wit.com/control-panel-dns@latest # go install -v go.wit.com/control-panel-dns@latest -- cgit v1.2.3