summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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