diff options
| author | Jeff Carr <[email protected]> | 2023-02-18 23:43:28 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-02-18 23:43:28 -0600 | 
| commit | e517baeb87767d9d8abe276ff38b0d324561c3c3 (patch) | |
| tree | b7a3cedfcab26e35e1c1d2e5e8f173bb9943f855 | |
| parent | 7ad38cdf6c3fdb7bc7f0c36ed2c1c63426a3b906 (diff) | |
minor makefile fixv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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  | 
