summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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