Merge pull request #432 from harshavardhana/pr_out_build_everything_by_default

This commit is contained in:
Harshavardhana 2015-04-02 14:38:45 -07:00
commit 138542ec65

View file

@ -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:"