this post was submitted on 11 Aug 2023
562 points (95.2% liked)
Programmer Humor
19503 readers
1240 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah sure. Try building anything more complex than helloworld.c with a build.sh
More complex build systems are just build.sh calling other build.sh in different configurations and using different software. It's build.sh all the way down.
The point is that "build.sh" implies a single file, which becomes an absolute nightmare to maintain on larger projects