diff --git a/Makefile b/Makefile index 1873c3c..433cca4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ifeq ($(SELINUX),Enforcing) endif build: - go build -v + go build -v $(shell go list ./... | grep -v /contrib) fmt: go fmt ./... test: