summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 02:00:04 -0600
committerJeff Carr <[email protected]>2024-01-21 02:00:04 -0600
commit829305aa5665edd09e4d7497429bc7f441c83b4b (patch)
treeca1261c85b2ceadf96c328acb4aa00b4ae1de3f9 /Makefile
parentfdc01e28d9f45e923bdbc783f957e5b87f108659 (diff)
compiles and opens
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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