From 637d2d687a1efbd7d5e1f362ad4edd1e7d958f51 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 2 Apr 2015 16:11:49 -0700 Subject: [PATCH] Add full rebuild for minio command to avoid godep stale issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...