Hacker News new | ask | show | jobs
by dangerbird2 3214 days ago
The types of trivial examples in the post are exactly what you should use makefiles for. make excels at managing simple file transformations: you get into trouble when you try to do complex cross-platform scripting with it.