aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 98a0985..53139eb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,8 +34,6 @@ fmtcheck:
34errcheck: 34errcheck:
35 @sh -c "'$(CURDIR)/scripts/errcheck.sh'" 35 @sh -c "'$(CURDIR)/scripts/errcheck.sh'"
36 36
37vendor-status:
38 @govendor status
39 37
40test-compile: 38test-compile:
41 @if [ "$(TEST)" = "./..." ]; then \ 39 @if [ "$(TEST)" = "./..." ]; then \
@@ -59,5 +57,5 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
59endif 57endif
60 @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME) 58 @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
61 59
62.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test 60.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile website website-test
63 61