mirror of
https://github.com/minio/minio.git
synced 2025-04-26 13:02:24 -04: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
|
||||
|
||||
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
|
||||
@godep save ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user