←back to thread

Be Aware of the Makefile Effect

(blog.yossarian.net)
431 points thunderbong | 1 comments | | HN request time: 0.338s | source
Show context
donatj ◴[] No.42663834[source]
If I had a nickel for every time I have seen a Makefile straight up copied from other projects and modified to "work" while leaving completely unrelated unnecessary build steps and targets in place.

It's a major pet peeve of mine.

replies(1): >>42663962 #
bboygravity ◴[] No.42663962[source]
How do you know what is and isn't related if nothing is documented?

Trial and error?

Well have fun with that :p

replies(3): >>42664164 #>>42665315 #>>42667060 #
1. donatj ◴[] No.42664164[source]
Exactly. Bonus points if the person who started the project moved on and you have to be the one to build and maintain it.