Use proper shell expansion in Makefile

This commit is contained in:
Carlos Diaz-Padron 2014-05-06 01:34:24 -04:00
parent 226b0520a1
commit 4d0f06c2f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
DEPS = $(shell go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
all: deps
@mkdir -p bin/