Skip to content

/dev/null

The black hole…

  • Amazon Wishlist

Tag: makefile

programming unix

High-Order Makefile

June 16, 2024June 17, 2024ambsLeave a Comment on 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 […]

All Rights Reserved.