diff --git a/Makefile b/Makefile index 0cec64d98..b70c8fe62 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build-all: verifiers @echo "Building Libraries:" @godep go generate github.com/minio-io/erasure @godep go generate ./... - @godep go build ./... + @godep go build -a ./... # have no stale packages test-all: build-all @echo "Running Test Suites:"