summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-11 06:32:48 -0600
committerJeff Carr <[email protected]>2024-02-11 06:32:48 -0600
commite4e12ae90dd2f9775b1d45c1d083a4e44817a655 (patch)
tree8e368c2e9fad9a6f0d2e7543fc7bf2f208a85bf0 /Makefile
parente78fd84d74158731e5cb2ae32ffc1699e5e1cfba (diff)
specify repo on command line works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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