Add updatedeps to .PHONY list in Makefile

pull/919/head
Mitchell Hashimoto 13 years ago
parent c7b10cb2cf
commit a2e6e8b398

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

Loading…
Cancel
Save