[bridgedb/develop] Makefile `clean` target now cleans up coverage-html directory.

8 Jul
2014
8 Jul
'14
1:05 p.m.
commit 024c978f322dfafce01309ba1fdbc26b70651c86 Author: Isis Lovecruft <isis@torproject.org> Date: Mon Jul 7 12:48:46 2014 +0000 Makefile `clean` target now cleans up coverage-html directory. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bd5f14..6d7acd2 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,10 @@ docs: clean-docs: -rm -rf build/sphinx -clean: +clean-coverage-html: + -rm -rf doc/coverage-html + +clean: clean-docs clean-coverage-html -rm -rf build -rm -rf dist -rm -rf lib/bridgedb.egg-info
3969
Age (days ago)
3969
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org