From e4e12ae90dd2f9775b1d45c1d083a4e44817a655 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 11 Feb 2024 06:32:48 -0600 Subject: specify repo on command line works Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f55d126..49cf377 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ run: build ./go-deb --open-gui +dns: build + ./go-deb --repo go.wit.com/apps/control-panel-dns + build: -cp ~/go/src/go.wit.com/toolkits/*.so resources/ GO111MODULE="off" go build -v -- cgit v1.2.3