Remove setup development environment script

This commit is contained in:
Harshavardhana
2015-02-21 21:38:04 -08:00
parent 87bca64173
commit a3fe948c8b
4 changed files with 5 additions and 242 deletions

View File

@@ -4,7 +4,7 @@ all: getdeps install
checkdeps:
@echo "Checking deps.."
@(env bash $(PWD)/devscripts/checkdeps.sh)
@(env bash $(PWD)/buildscripts/checkdeps.sh)
checkgopath:
@echo "Checking project in ${MINIOPATH}"