Move to devscripts to avoid top level dir clutter

This commit is contained in:
Harshavardhana 2015-02-14 17:28:55 -08:00
parent 5a2616ca47
commit 0d91e7d540
3 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,8 @@
#GOPATH := $(CURDIR)/tmp/gopath
MAKE_OPTIONS := -s
all: getdeps install
checkdeps:
@./checkdeps.sh
@echo "Checking deps.."
@(env bash $(PWD)/devscripts/checkdeps.sh)
createsymlink:
@mkdir -p $(GOPATH)/src/github.com/minio-io/;

0
checkdeps.sh → devscripts/checkdeps.sh Executable file → Normal file
View file