this post was submitted on 20 Apr 2025
147 points (95.1% liked)
Programmer Humor
22657 readers
1914 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Everything has it's uses.
make
is maybe good at incremental builds but is (an)used as a task runner which requires the use of "PHONY" in many places, it has about 6 different ways to declare and use variables all with different gotchas, generally has a convoluted syntax, it doesn't support different interpreters per task, and lacks a bunch more features. Just explore the feature list and examples thatjust
has.It's simply outdated and mostly lives by the power of defaults and graybeards insisting on its use. Therecs no surprise that things like cmake, nmake, and other tools sprung up to replace it.
Anti Commercial-AI license