Remove release scripts for minio. (#5181)

Use `GOOS=<osname> go build`  to build minio for any platform of choice.
This commit is contained in:
Harshavardhana
2017-11-14 17:05:40 -08:00
committed by Dee Koder
parent 0827a2747b
commit 9eb52ec7c7
2 changed files with 0 additions and 116 deletions

View File

@@ -94,12 +94,6 @@ install: build
@cp $(PWD)/minio $(GOPATH)/bin/minio
@echo "Check 'minio -h' for help."
release: verifiers
@MINIO_RELEASE=RELEASE ./buildscripts/build.sh
experimental: verifiers
@MINIO_RELEASE=EXPERIMENTAL ./buildscripts/build.sh
clean:
@echo "Cleaning up all the generated files"
@find . -name '*.test' | xargs rm -fv