remove .coverage when 'make clean'

This commit is contained in:
Rossen Georgiev 2014-12-31 02:17:05 +00:00
parent bdca4b4d31
commit ce40191c60
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pylint:
build: pylint test
clean:
rm -rf dist aprs.egg-info aprslib/*.pyc
rm -rf dist aprs.egg-info aprslib/*.pyc test/*.pyc .coverage
dist: clean
python setup.py sdist