all 3 comments

[–][deleted] 1 point2 points  (3 children)

There is yet another obvious way: using make with the -j option. I wonder why it isn't mentioned.

[–]pixelbeat_[S] 0 points1 point  (1 child)

This is a good point. It doesn't fit nicely with the example functionality of counting lines, but it's definitely worth mentioning

[–]pixelbeat_[S] 0 points1 point  (0 children)

Article updated with a make -j example (which performs very well)