this post was submitted on 05 Mar 2025
1531 points (99.0% liked)

Programmer Humor

20954 readers
2519 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zarathustra0@lemmy.world 10 points 17 hours ago (3 children)

No, Makefile syntax is more extreme.

[–] Xanza@lemm.ee 2 points 11 hours ago

I swapped from Make to Just: https://github.com/casey/just

Way better, IMO. Super simple logic, just as flexible.

[–] spicystraw@lemmy.world 6 points 16 hours ago

Sure, but bash is more relatable, I think

[–] MajorHavoc@programming.dev 2 points 14 hours ago

I find Makefile isn't too bad, as long as I can stay away from automake and autoreconf.