X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=GNUmakefile;h=c88972dd8763fefbc49ecc6686af240b7b1a6db6;hb=refs%2Fpull%2F14%2Fhead;hp=fe6e28c931bd23928e0f4c320c18fcb2d394f462;hpb=87e93609a5535755fb40e05996ff997657aac6d2;p=github%2Ffretlink%2Fterraform-provider-mailgun.git diff --git a/GNUmakefile b/GNUmakefile index fe6e28c..c88972d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,6 +48,7 @@ test-compile: website-githubpages: bash scripts/launch-website.sh + website: ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..." @@ -62,5 +63,5 @@ 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 test-compile website website-test +.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test website-githubpages