Remove files from download()' tests on make clean

This commit is contained in:
Leandro Toledo 2016-03-12 18:23:14 -03:00
parent 196d1fcc3d
commit 00f4328bab

View file

@ -12,6 +12,7 @@ clean:
find . -name '*.pyc' -exec rm -f {} \;
find . -name '*.pyo' -exec rm -f {} \;
find . -name '*~' -exec rm -f {} \;
find . -regex "./telegram.\(mp3\|mp4\|ogg\|png\|webp\)" -exec rm {} \;
pep257:
$(PEP257) telegram