about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-03 00:14:42 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-03 00:14:42 +0100
commitd200b11c7ea34138d9b8a778fd2dd9226308b48f (patch)
tree9b0ca8093c45804266d269ef677cd38ddf7e9650 /devscripts
parentd0eca21021b6321197caccab110de13843be6e04 (diff)
downloadyoutube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.tar.gz
youtube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.tar.xz
youtube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.zip
[Makefile] Simplify clean/cleanall
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index 691517ceb..47f54c414 100755
--- a/devscripts/release.sh
+++ b/devscripts/release.sh
@@ -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