mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
Merge pull request #1040 from hackintoshrao/make-file-edit
Minor changes to Makefile
This commit is contained in:
commit
d8fa68ff7e
8
Makefile
8
Makefile
@ -41,13 +41,13 @@ fmt:
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
@echo "Running $@:"
|
@echo "Running $@:"
|
||||||
@GO15VENDOREXPERIMENT=1 golint *.go
|
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/golint *.go
|
||||||
@GO15VENDOREXPERIMENT=1 golint github.com/minio/minio/pkg...
|
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/golint github.com/minio/minio/pkg...
|
||||||
|
|
||||||
cyclo:
|
cyclo:
|
||||||
@echo "Running $@:"
|
@echo "Running $@:"
|
||||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 *.go
|
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/gocyclo -over 65 *.go
|
||||||
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 pkg
|
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/gocyclo -over 65 pkg
|
||||||
|
|
||||||
build: getdeps verifiers
|
build: getdeps verifiers
|
||||||
@echo "Installing minio:"
|
@echo "Installing minio:"
|
||||||
|
Loading…
Reference in New Issue
Block a user