Merge pull request #6584 from samber/fix-makefile

fix(Makefile): remove 'updatedeps' from .PHONY
This commit is contained in:
Martin Atkins 2016-05-10 07:13:11 -07:00
commit f310400e21

View File

@ -84,4 +84,4 @@ fmt:
fmtcheck:
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
.PHONY: bin default generate test updatedeps vet fmt fmtcheck
.PHONY: bin default generate test vet fmt fmtcheck