fix make dependency for the format target

This commit is contained in:
Ultrabug 2014-06-03 14:54:04 +02:00
parent 748a31d57d
commit 036b9a527d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ test: deps
integ:
go list ./... | INTEG_TESTS=yes xargs -n1 go test
format:
format: deps
@echo "--> Running go fmt"
@go fmt $(PACKAGES)