Add updatedeps to .PHONY list in Makefile

This commit is contained in:
Mitchell Hashimoto 2013-09-22 09:53:53 -07:00
parent a6397c160a
commit 7e95b4e075
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ test: deps
@echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)" @echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)"
go test ./... go test ./...
.PHONY: all deps format test .PHONY: all deps format test updatedeps