mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
Add full rebuild for minio command to avoid godep stale issues
This commit is contained in:
parent
138542ec65
commit
637d2d687a
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