summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-12 12:39:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-12 12:39:33 +0100
commit9805959ce98356435c7f72160955893a054a9ff3 (patch)
treea0c78497474789e105da8fa596b01fa45a07aa39 /Makefile
parentcd0bc9b4f73322298589ea8404a7ce0607c48a43 (diff)
downloadsummain-9805959ce98356435c7f72160955893a054a9ff3.tar.gz
Fix Makefile to clean 'build' dir (created by setup.py).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d07544..58d10a0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,4 +24,4 @@ check:
rm .coverage
clean:
- rm -f *.pyc .coverage summain.1
+ rm -rf *.pyc .coverage summain.1 build