Update Makefile

This commit is contained in:
vintagefuture 2024-11-08 17:42:40 +00:00
parent 648eb7756b
commit aca208f9c0

View file

@ -10,8 +10,7 @@ fetch: subscriptions.curl
curl --location --output-dir html --create-dirs --rate 1/s --config subscriptions.curl curl --location --output-dir html --create-dirs --rate 1/s --config subscriptions.curl
channel-json: subscriptions.txt channel-json: subscriptions.txt
# nproc is not portable :-/ cat subscriptions.txt | xargs -n1 --verbose ./generate-json-opml
xargs -n1 --max-procs=$$(nproc) --arg-file subscriptions.txt --verbose ./generate-json-opml
# turn all the channel json files into an OPML file # turn all the channel json files into an OPML file
subscriptions.opml: subscriptions.opml: