From 4c0804c5bcc01b6a6b5220ae916da7ca6aa565b3 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 25 Jan 2015 17:45:00 -0800 Subject: [PATCH] Cosmetic change 'minio' to be installed with Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 524d83516..91e916562 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...