summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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