From 829305aa5665edd09e4d7497429bc7f441c83b4b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 02:00:04 -0600 Subject: compiles and opens Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65e800b..8a45473 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ run: build # ./control-panel-dns --tmp-log ./control-panel-dns +stderr: build + ./control-panel-dns >/tmp/witgui.log.stderr 2>&1 + goimports: goimports -w *.go -- cgit v1.2.3