From 9c0b17c2399e71f9b0d44fb3e2d72359a2132c0d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 2 Apr 2015 14:34:05 -0700 Subject: [PATCH] Build everything by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"