]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blobdiff - GNUmakefile
Merge pull request #18 from paulrbr-fl/add-binary-release
[github/fretlink/terraform-provider-mailgun.git] / GNUmakefile
index fe6e28c931bd23928e0f4c320c18fcb2d394f462..c88972dd8763fefbc49ecc6686af240b7b1a6db6 100644 (file)
@@ -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