Add vendor-status make target
Have vendor-status run govendor-status Add all the missing .PHONY targets
This commit is contained in:
parent
daa2b78a9c
commit
7f6f11b9f2
5
Makefile
5
Makefile
|
@ -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…
Reference in New Issue