summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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