mirror of
https://github.com/minio/minio.git
synced 2025-01-14 08:15:01 -05:00
Merge pull request #433 from harshavardhana/pr_out_add_full_rebuild_for_minio_command_to_avoid_godep_stale_issues
This commit is contained in:
commit
a29990e4bc
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ test: test-all
|
|||||||
minio: pre-build build-all test-all
|
minio: pre-build build-all test-all
|
||||||
|
|
||||||
install: minio
|
install: minio
|
||||||
@godep go install github.com/minio-io/minio && echo "Installed minio:"
|
@godep go install -a github.com/minio-io/minio && echo "Installed minio:"
|
||||||
|
|
||||||
save: restore
|
save: restore
|
||||||
@godep save ./...
|
@godep save ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user