summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
committerLars Wirzenius <liw@liw.fi>2009-11-18 19:40:51 +0200
commit60fcac77e50800fa55963700ca34f494aea07d6b (patch)
treecb7066ed48c4b42e9f0e2b40d306fbc440387f6a /Makefile
parent771f44dcd16685ee4ab1dd6f51ae90a4696a0fed (diff)
downloadcoverage-test-runner-60fcac77e50800fa55963700ca34f494aea07d6b.tar.gz
Switch rules file to dh, and assorted changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f06ac0..84ebae9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
all:
clean:
- rm -f *.py[co] */*.py[co]
+ rm -f *.py[co] */*.py[co] .coverage
+ rm -rf build