diff --git a/Makefile b/Makefile index aa7bbae2ea5..e3d7e9fcd99 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