mirror of
https://github.com/minio/minio.git
synced 2025-02-23 19:42:30 -05:00
Merge pull request #66 from harshavardhana/pr_out_cosmetic_change_minio_to_be_installed_with_makefile
This commit is contained in:
commit
e073295fb9
5
Makefile
5
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 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user