fix make dependency for the format target

This commit is contained in:
Ultrabug 2014-06-03 14:54:04 +02:00
parent d5807fa983
commit 0ab590fcba
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)