diff --git a/Makefile b/Makefile index b43eb765b3eeae71c9b3711369dec830b8ecc033..2a6675830f05a27cf7083156089fed52992a1353 100644 --- a/Makefile +++ b/Makefile @@ -50,4 +50,4 @@ $(BIN_DIR): $(TOOLING): $(BIN_DIR) @echo Installing tools from scripts/tools.go - @cat scripts/tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go build -o $(BIN_DIR) % + @cat scripts/tools.go | grep _ | awk -F'"' '{print $$2}' | GOBIN=$(BIN_DIR) xargs -tI % go install %