From d44be0110a35c57b8bcf13a42c0b99671f24678e Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Aug 2015 19:57:47 +0200 Subject: Makefile: do only 4 jobs when downloading --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7f7553..337bf79 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ help: ## Show this help. @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' download: ## download all links to ./music - cat links | parallel -j5 -k "target=./music bin/yout2ogg" + cat links | parallel -j4 -k "target=./music bin/yout2ogg" add: ##make add url="http://youtube..." add: ##to add link to ./links -- cgit v1.2.3