minor makefile fix

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-02-18 23:43:28 -06:00
parent 7ad38cdf6c
commit e517baeb87
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ build-release:
build: build:
reset reset
GO111MODULE="off" go get -v -x . # GO111MODULE="off" go get -v -x .
GO111MODULE="off" go build -v GO111MODULE="off" go build -v -o control-panel-dns
test: test:
GO111MODULE="off" go test -v GO111MODULE="off" go test -v