From 98293e4bf9bdb91295f0cbe4653db3f9dcb2d701 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 11 Feb 2024 13:58:07 -0600 Subject: [PATCH] show the gui by default Signed-off-by: Jeff Carr --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b434bfb..1b668fa 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ .PHONY: debian run: build - ./go-deb --no-gui --repo go.wit.com/apps/control-panel-dns - -dns: build ./go-deb --repo go.wit.com/apps/control-panel-dns +no-gui: build + ./go-deb --no-gui --repo go.wit.com/apps/control-panel-dns + build: -cp ~/go/src/go.wit.com/toolkits/*.so resources/ GO111MODULE="off" go build -v