mirror of
https://github.com/minio/minio.git
synced 2025-01-26 14:13:16 -05:00
Cosmetic change 'minio' to be installed with Makefile
This commit is contained in:
parent
b5deb198d3
commit
4c0804c5bc
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