diff --git a/Makefile b/Makefile index b70c8fe62..d99083a12 100644 --- a/Makefile +++ b/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 ./...