X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b447a437065ce4bd982562f6fd0c2877074c2da..e2a460b0a960df9482701ab10ec135a5cc3c69ac:/Makefile

diff --git a/Makefile b/Makefile
index 1a602bad4..3956cf34c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ deploy: src/wolnelektury/localsettings.py
 test:
 	cd src
 	coverage run --branch --source='.' ./manage.py test; true
-	rm -rf ../htmlcov
 	coverage html -d ../htmlcov.new
 	rm -rf ../htmlcov
 	mv ../htmlcov.new ../htmlcov