Hacker News new | ask | show | jobs
by kowdermeister 3032 days ago
If fixing things in this makefile is not your job, then it really is amazing.
1 comments

Honestly its like any other tool we use: once you know the rules governing its behavior it really isn't that hard to debug issues. Make is very consistent in most cases. There are plenty of traps, and they're made easier to fall into given the archaic syntax, but you don't typically have to fall into them over and over again :).
Yes but some tools have... shall we say, irregular rules. Tell me how CMake's argument quoting works for example.