[Makefile] Simplify clean/cleanall

This commit is contained in:
Philipp Hagemeister 2015-02-03 00:14:42 +01:00
parent d0eca21021
commit d200b11c7e
2 changed files with 2 additions and 5 deletions

View file

@ -35,7 +35,7 @@ if [ ! -z "$useless_files" ]; then echo "ERROR: Non-.py files in youtube_dl: $us
if [ ! -f "updates_key.pem" ]; then echo 'ERROR: updates_key.pem missing'; exit 1; fi
/bin/echo -e "\n### First of all, testing..."
make cleanall
make clean
if $skip_tests ; then
echo 'SKIPPING TESTS'
else