diff --git a/Makefile b/Makefile index 1ca74f0..f8ad4c9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOBUILD=$(GOCMD) build GOCLEAN=$(GOCMD) clean GOINSTALL=$(GOCMD) install GOTEST=$(GOCMD) test -GODEP=$(GOTEST) -i +GODEP=$(GOTEST) GOFMT=gofmt -w GOCOVER=$(GOCMD) tool cover COVER_DIR=cover