summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5743ce0..dd894ff 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all:
check:
python -m CoverageTestRunner --ignore-missing-from=without-tests
- rm .coverage
+ rm -f .coverage
pep8 ttystatus
if command -v pylint && pylint --version | grep '^pylint [1-9]'; \
then \