summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-02-18 23:43:28 -0600
committerJeff Carr <[email protected]>2023-02-18 23:43:28 -0600
commite517baeb87767d9d8abe276ff38b0d324561c3c3 (patch)
treeb7a3cedfcab26e35e1c1d2e5e8f173bb9943f855
parent7ad38cdf6c3fdb7bc7f0c36ed2c1c63426a3b906 (diff)
minor makefile fixv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8e6913..49113cb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ build-release:
build:
reset
- GO111MODULE="off" go get -v -x .
- GO111MODULE="off" go build -v
+ # GO111MODULE="off" go get -v -x .
+ GO111MODULE="off" go build -v -o control-panel-dns
test:
GO111MODULE="off" go test -v