From ce40191c60a0c815a5628e8f63654195e2ac85e9 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 31 Dec 2014 02:17:05 +0000 Subject: [PATCH] remove .coverage when 'make clean' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d106636..89e68be 100644 --- a/Makefile +++ b/Makefile @@ -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