diff --git a/Makefile.common b/Makefile.common index 46a6ce993..7f7ef5f95 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,7 +31,7 @@ FIRST_GOPATH := $(firstword $(subst :, ,$(shell $(GO) env GOPATH))) PROMU := $(FIRST_GOPATH)/bin/promu STATICCHECK := $(FIRST_GOPATH)/bin/staticcheck GOVENDOR := $(FIRST_GOPATH)/bin/govendor -pkgs = $(shell $(GO) list ./... | grep -v /vendor/) +pkgs = ./... PREFIX ?= $(shell pwd) BIN_DIR ?= $(shell pwd)