diff --git a/Makefile b/Makefile index 22a4369a6f..60a2c19a90 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...) +DEPS = $(shell go list -f '{{range .TestImports}}{{.}} {{end}}' ./...) all: deps @mkdir -p bin/