mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Fix all remaining windows path issues.
This commit is contained in:
4
Makefile
4
Makefile
@@ -35,8 +35,8 @@ lint:
|
||||
|
||||
cyclo:
|
||||
@echo "Running $@:"
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 60 *.go
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 60 pkg
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 *.go
|
||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 pkg
|
||||
|
||||
build: getdeps verifiers
|
||||
@echo "Installing minio:" #@GO15VENDOREXPERIMENT=1 deadcode
|
||||
|
||||
Reference in New Issue
Block a user