diff --git a/Makefile b/Makefile index 0483944..12903d7 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ GOLINT = $(TBIN)/golint $(BIN)/golint: PACKAGE=golang.org/x/lint/golint GOCYCLO = $(TBIN)/gocyclo -$(TBIN)/gocyclo: PACKAGE=github.com/fzipp/gocyclo +$(TBIN)/gocyclo: PACKAGE=github.com/fzipp/gocyclo/cmd/gocyclo INEFFASSIGN = $(TBIN)/ineffassign $(TBIN)/ineffassign: PACKAGE=github.com/gordonklaus/ineffassign @@ -69,7 +69,7 @@ misspell: | $(MISSPELL) ; $(info $(M) running misspell) @ ## Finds commonly miss .PHONY: test test: ; $(info $(M) running go test) @ ## Runs unit tests - $Q $(GO) test -v ${PKGS} + $Q $(GO) test ${PKGS} .PHONY: fmt fmt: ; $(info $(M) running gofmt) @ ## Formats Go code