Cosmetic change 'minio' to be installed with Makefile

This commit is contained in:
Harshavardhana 2015-01-25 17:45:00 -08:00
parent b5deb198d3
commit 4c0804c5bc

View file

@ -36,9 +36,10 @@ endif
build-minioapi:
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/webapi/minioapi
cover: build-storage build-utils build-minioapi
minio: build-storage build-utils build-minioapi
install: cover
install: minio
@godep go install github.com/minio-io/minio && echo "Installed minio"
save: restore
@godep save ./...