From 99c264ba3f1aeccd039211cf6d9c8fd0d633a45a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Apr 2010 08:48:14 +1200 Subject: Split things into separate modules in the package. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f5e024..6aa8e08 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: check: all - python -m CoverageTestRunner + python -m CoverageTestRunner --ignore-missing-from=without-tests rm .coverage clean: - rm -f .coverage *.pyc *.pyo + rm -f .coverage *.py[co] btree/*.py[co] -- cgit v1.2.1