summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 00:11:48 -0600
committerJeff Carr <[email protected]>2024-01-05 00:11:48 -0600
commitfdcd51d2111d05e8542c4383a53d8f8df9968aa3 (patch)
treead833662fc83483fceee7f18d2aac55841112133 /Makefile
parentff21dba712e5c63ec3dab1defe55c63c98eb3226 (diff)
hide extra windows by default
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bbb710..ac0bed4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
run: build
# ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
- ./control-panel-dns --debugger
+ ./control-panel-dns
install:
go install -v go.wit.com/control-panel-dns@latest