X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=e31a939a3b607e373c04eb8d6603ddb11bf663ec;hb=1e4cb933c500f8135161e3d7fabeb0acf93bec12;hp=fe6e28c931bd23928e0f4c320c18fcb2d394f462;hpb=6347cbbdc731236eeaccd772fd952dbf62862220;p=github%2Ffretlink%2Fterraform-provider-mailgun.git diff --git a/GNUmakefile b/GNUmakefile index fe6e28c..e31a939 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,5 +62,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