diff --git a/GNUmakefile b/GNUmakefile index 1af35c9320..f761054e05 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -65,5 +65,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) endif @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME) -.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test - +.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test lint