From 60fcac77e50800fa55963700ca34f494aea07d6b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Nov 2009 19:40:51 +0200 Subject: Switch rules file to dh, and assorted changes. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1