Hacker News new | ask | show | jobs
by triztian 2956 days ago
Whats wrong with Makefiles?; they're quick and easy ways to describe how to build simple and _not super_ complicated systems.

I've found this to be a great resource, hope you find it useful:

* http://gromnitsky.users.sourceforge.net/articles/notes-for-n...

1 comments

It’s ironic. I love python but the syntax for make files was a pain. They’re rather cryptic. I guess they’re a staple time to conquer them once and for all.