summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@google.com>2012-12-21 17:32:08 -0800
committerGuido van Rossum <guido@google.com>2012-12-21 17:32:08 -0800
commit496f03348fdbc6d98473c9e60493d4ebea1cd1e1 (patch)
tree11dc081a876bc79775fed6f1d095b890c88c3e40 /Makefile
parent8730bb2fa2a3b2d1485a0ca8cd91df26a15d370a (diff)
downloadtrollius-496f03348fdbc6d98473c9e60493d4ebea1cd1e1.tar.gz
Clean more thoroughly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e749ab..274df96 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,12 @@ check:
$(PYTHON) check.py
clean:
+ rm -rf __pycache__ */__pycache__
rm -f *.py[co] */*.py[co]
rm -f *~ */*~
rm -f .*~ */.*~
rm -f @* */@*
rm -f '#'*'#' */'#'*'#'
+ rm -f *.orig */*.orig
rm -f .coverage
rm -rf htmlcov