fix(Makefile): remove 'updatedeps' from .PHONY

This commit is contained in:
Poney baker 2016-05-10 14:30:31 +02:00
parent 8d7e1af28f
commit 03c64b9ba5
1 changed files with 1 additions and 1 deletions

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