summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-07-13 03:50:06 +0300
committerLars Wirzenius <liw@iki.fi>2007-07-13 03:50:06 +0300
commitc04cd40ae3e291fd74ff108f87b9a889af6ad7bc (patch)
tree36a87d9fc5cd2acac58eddfb139ba66616af7bd1 /Makefile
parent90fe46776e71efbf43ac235a9aabe84fbc6721e3 (diff)
downloadgenbackupdata-c04cd40ae3e291fd74ff108f87b9a889af6ad7bc.tar.gz
Clean out 'build' directory as well, since setup.py's bdist command creates it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d68d967..79cbdcd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ check:
awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}'
clean:
- rm -rf *.pyc *.pyo dist MANIFEST
+ rm -rf *.pyc *.pyo build dist MANIFEST
dist:
python setup.py sdist