Add clean to .PHONY list in Makefile

pull/457/head
Mitchell Hashimoto 13 years ago
parent 7e95b4e075
commit e62e3c5af8

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

Loading…
Cancel
Save