diff --git a/Makefile b/Makefile index 0be7f94..4ebc288 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BIN_DIR=_output/cmd/bin all: init build deps: - dep ensure + go mod download build: init go build -o ${BIN_DIR}/gotgt gotgt.go