Y
Hacker News
new
|
ask
|
show
|
jobs
by
hackly
1165 days ago
I’m in the unenviable position having to study a build system in Make for a very large codebase. Are there existing tools that generate the dependency graph or aid in understanding such a build system?
1 comments
npendleton
1165 days ago
Might be worth a look at remake, it can help a ton when debugging complex Make setups:
https://github.com/rocky/remake
link
hackly
1164 days ago
Very helpful. Thanks so much!
link