High-Order Makefile
Yesterday I was trying to automate a process using a Makefile. At first, I was mostly using Bash inside the Makefile to iterate over a lot of files and perform operations. Unfortunately, that approach does not allow us to use multiple parallel jobs, taking advantage of the multi-processor available in the machine. I decided to […]