From d42536f0c8a0e7eb84248c7f4f3264c317a9a04d Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 18 Jun 2012 17:21:15 -0700 Subject: 1. Add in a clean section that will remove the /var/lib/cloud dir and the cloud.log file (helpful for testing) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 783ebd76..683475fd 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,9 @@ test: 2to3: 2to3 $(PY_FILES) -.PHONY: test pylint pyflakes 2to3 +clean: + rm -rf /var/log/cloud-init.log \ + /var/lib/cloud/ + +.PHONY: test pylint pyflakes 2to3 clean -- cgit v1.2.3