summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-07-13 03:27:12 +0300
committerLars Wirzenius <liw@iki.fi>2007-07-13 03:27:12 +0300
commitea74fd4b76957bd81a137ccca0771711d3b3e3ec (patch)
tree55c5ae7bcb779d54775ef750b50d8dea5195aafc /Makefile
parentfbf56482c2919f31bc39813ffb69d06445ee358b (diff)
downloadgenbackupdata-ea74fd4b76957bd81a137ccca0771711d3b3e3ec.tar.gz
Added a 'clean' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbfbc2c..05b8e0b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ check:
python-coverage -x tests.py
python-coverage -r -m -o /usr,/var | \
awk '{ print } /^TOTAL/ && $$2 != $$3 {exit 1}'
+
+clean:
+ rm -rf *.pyc *.pyo dist