summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-02 13:29:50 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-02 13:29:50 +0000
commit05e8ae72cfc315d35018df0d819aadf8d3659d43 (patch)
tree2666bf794dd370f999e006122db477492ebfd5a7
parent10c371cae1ee954095f93e7d5ce17d0db80db27c (diff)
downloadgenbackupdata-05e8ae72cfc315d35018df0d819aadf8d3659d43.tar.gz
Remove byte code files from Python package.
-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: