Add vendor-status make target

Have vendor-status run govendor-status
Add all the missing .PHONY targets
pull/11308/head
James Bardin 9 years ago
parent daa2b78a9c
commit 7f6f11b9f2

@ -99,4 +99,7 @@ fmtcheck:
errcheck:
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"
.PHONY: bin default generate test vet fmt fmtcheck tools
vendor-status:
@govendor status
.PHONY: bin core-dev core-test cover default dev errcheck fmt fmtcheck generate plugin-dev quickdev test-compile test testacc testrace tools vendor-status vet

Loading…
Cancel
Save