Hacker News new | ask | show | jobs
by dharmab 897 days ago
Similarly, it's a common pattern to have a Makefile for each directory in a C project.
1 comments

Just an FYI in case you haven’t read this: Recursive Make Considered Harmful [1]

[1] https://aegis.sourceforge.net/auug97.pdf

Yeah, I prefer a single top-level file myself.