summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 13:58:07 -0600
committerJeff Carr <[email protected]>2024-02-11 13:58:07 -0600
commit98293e4bf9bdb91295f0cbe4653db3f9dcb2d701 (patch)
treeed938e98ee0769c1ac3af1f01a3a0cf1db909662
parent0322b3ad856345c1e3c848e06c8d27caee6856af (diff)
show the gui by defaultv0.20.3
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile6
1 files 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