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

Programmer Humor

21027 readers
3155 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 1 day ago (3 children)

No, Makefile syntax is more extreme.

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

Sure, but bash is more relatable, I think

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

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

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

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

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