Add vendor-status make target

Have vendor-status run govendor-status
Add all the missing .PHONY targets
This commit is contained in:
James Bardin 2017-01-20 11:57:23 -05:00
parent daa2b78a9c
commit 7f6f11b9f2
1 changed files with 4 additions and 1 deletions

View File

@ -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