Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2010-06-09 15:47:26 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2010-06-09 15:47:26 +0400
commitd16396c4e4b51ff3ef1fa9ee84b934d3aba20308 (patch)
treef82be65bd1649ef5fe2df008be8405df49879f93
parent348f5ce37e00cfd213cfa4ef133d90fd706fe732 (diff)
cleanup coverage files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfe8bf0..ea62b26 100644
--- a/Makefile
+++ b/Makefile
@@ -28,5 +28,5 @@ builddeb:
clean:
$(PYTHON) setup.py clean
fakeroot $(MAKE) -f $(CURDIR)/debian/rules clean
- rm -rf build/ MANIFEST
+ rm -rf build/ MANIFEST .coverage
find . -name '*.pyc' -delete