summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-05-26 21:39:56 +1200
committerLars Wirzenius <liw@liw.fi>2010-05-26 21:39:56 +1200
commitb3afd95b310d97e7689c99bcbdb998a34eac60b1 (patch)
tree7dd4ddf41453f2ce5ba821ea0e82fa39352dd8ba /Makefile
parentac5a47d9bcecd0c0d19464f76845b798d18cd317 (diff)
downloadlarch-b3afd95b310d97e7689c99bcbdb998a34eac60b1.tar.gz
Remove profiling files in 'make clean'.
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