diff --git a/Makefile b/Makefile index ff10c2b..d5d119d 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ $(BIN_DIR): $(TOOLING): $(BIN_DIR) @echo Installing tools from hack/tools.go - @cd hack && go list -mod=mod -tags tools -f '{{ range .Imports }}{{ printf "%s\n" .}}{{end}}' ./ | xargs -tI % go build -mod=mod -o $(BIN_DIR) % + @cd hack && go list -mod=mod -tags tools -e -f '{{ range .Imports }}{{ printf "%s\n" .}}{{end}}' ./ | xargs -tI % go build -mod=mod -o $(BIN_DIR) %