diff --git a/Makefile b/Makefile index 0d2411f..c0c1012 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ redomod: GO111MODULE= go mod init GO111MODULE= go mod tidy +reset: + # clear your terminal + reset + stderr: build ./control-panel-dns >/tmp/witgui.log.stderr 2>&1 @@ -30,6 +34,9 @@ gocui: build # ./control-panel-dns --gui gocui ./control-panel-dns --gui gocui >/tmp/witgui.log.stderr 2>&1 +nocui: reset build + ./control-panel-dns --gui nocui + check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)