Use proper shell expansion in Makefile

This commit is contained in:
Carlos Diaz-Padron 2014-05-06 01:34:24 -04:00
parent 876c9455db
commit 89a68f5fb2
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/