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:
-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