summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a05fb7..cfe7f96 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install:
go install -v go.wit.com/control-panel-dns@latest
# go install -v git.wit.com/wit/control-panel-dns@latest
-gocui:
+gocui: build
./control-panel-dns -gui gocui >/tmp/witgui.log.stderr 2>&1
debug: build