Add full rebuild for minio command to avoid godep stale issues

master
Harshavardhana 10 years ago
parent 138542ec65
commit 637d2d687a
  1. 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…
Cancel
Save