From b3afd95b310d97e7689c99bcbdb998a34eac60b1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 21:39:56 +1200 Subject: Remove profiling files in 'make clean'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fad04c9..537a89d 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,5 @@ check: all rm .coverage clean: - rm -f .coverage *.py[co] btree/*.py[co] + rm -f .coverage *.py[co] btree/*.py[co] insert.prof lookup.prof rm -rf build -- cgit v1.2.1