this post was submitted on 15 Aug 2024
691 points (98.5% liked)

Programmer Humor

25425 readers
1067 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
 

Which will probably be never.

you are viewing a single comment's thread
view the rest of the comments
[–] KindaABigDyl@programming.dev 29 points 11 months ago (10 children)

Life is and will always be better writing your own Makefiles. It's literally so easy. I do not get the distaste. Cmake is arcane magic. Bazel is practically written in runes. Makefile is a just a glorified build script, but where you don't have to use a bunch of if statements to avoid building everything each time.

[–] Socsa@sh.itjust.works 4 points 11 months ago (1 children)

Manual makefiles don't scale though and you end up needing some other bootstrap framework pretty quick.

[–] KindaABigDyl@programming.dev 1 points 11 months ago

How the heck does a Makefile not scale??? That's all it does!

load more comments (8 replies)