summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86c5013..a02d0a2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ check:
# ./blackboxtest
clean:
- rm -rf *.pyc *.pyo build dist MANIFEST
+ rm -rf *.py[co] */*.py[co] build dist MANIFEST
rm -f blackboxtest.log blackboxtest-genbackupdata.log
dist: