Build everything by default

master
Harshavardhana 10 years ago
parent 3bfc29b3c1
commit 9c0b17c239
  1. 2
      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:"

Loading…
Cancel
Save