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