summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
committerJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
commitc16bb5b088ce71fd6d032228b505cb5e133fcb3c (patch)
tree197d7784d6050c2d1bdf197ab03a610ce8492f04 /Makefile
parent5645231c498048dd4a1e4b097437a6f4c63cd022 (diff)
okay thenv0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abd5360..1f721e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
run: build
- ./control-panel-dns
+ ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
install:
go install -v go.wit.com/control-panel-dns@latest
@@ -91,3 +91,7 @@ sudo-cp:
go-get:
go install -v check.lab.wit.org/gui
+
+log:
+ reset
+ tail -f /tmp/witgui.* /tmp/guilogfile