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

Programmer Humor

21016 readers
1491 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
[–] [email protected] 10 points 21 hours ago (3 children)

No, Makefile syntax is more extreme.

[–] [email protected] 2 points 15 hours ago

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

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

[–] [email protected] 6 points 19 hours ago

Sure, but bash is more relatable, I think

[–] MajorHavoc 2 points 17 hours ago

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