From 3f4c9a500eb8d920839681da1f4c50a3dbe16fd8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 22 Sep 2013 09:54:21 -0700 Subject: [PATCH] Add clean to .PHONY list in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa7bbae2e..e3d7e9fcd 100644 --- a/Makefile +++ b/Makefile @@ -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