diff options
author | lassulus <lass@aidsballs.de> | 2015-08-23 19:57:47 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-23 19:57:47 +0200 |
commit | d44be0110a35c57b8bcf13a42c0b99671f24678e (patch) | |
tree | a56d3c778e2751e1bf973308f9b241d151a2c8a7 /Makefile | |
parent | e98b572a5adf6eac1bd364e441a338957ddbc65f (diff) |
Makefile: do only 4 jobs when downloading
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |