Speed up Makefile script a little bit

This commit is contained in:
Jakob Schöttl 2019-01-12 12:24:09 +01:00 committed by Simon Michael
parent 5638c89f53
commit db00f5b452

View File

@ -13,7 +13,7 @@ commands-list.txt: commands.txt
paste -sd, $^ | tr -d '\n' > $@
commands: commands.txt
parallel 'hledger {} -h | ./output-options.sh > options-{}.txt' < commands.txt
parallel -j8 'hledger {} -h | ./output-options.sh > options-{}.txt' < commands.txt
hledger-completion.bash: hledger-completion.bash.m4 commands-list.txt
m4 hledger-completion.bash.m4 > $@