mirror of
https://github.com/minio/minio.git
synced 2025-03-02 23:09:13 -05:00
Move to devscripts to avoid top level dir clutter
This commit is contained in:
parent
5a2616ca47
commit
0d91e7d540
6
Makefile
6
Makefile
@ -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
0
checkdeps.sh → devscripts/checkdeps.sh
Executable file → Normal file
0
setup_development_environment.sh → devscripts/setup_development_environment.sh
Executable file → Normal file
0
setup_development_environment.sh → devscripts/setup_development_environment.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user