I Like Makefiles

The author expresses a deep appreciation for makefiles, despite their old-fashioned reputation. They find comfort in the consistency of makefiles across projects and embrace the simplicity and ease of use they provide. Makefiles help the author easily manage various projects, even those utilizing different technologies. They emphasize the convenience of having a familiar set of commands, like make dev or make build, to automate tasks in their projects. While the author acknowledges the existence of other build tools, they prefer using makefiles even when incorporating tools like Docker or gulp. Ultimately, the author values makefiles for their reliability and efficiency in project automation.

https://switowski.com/blog/i-like-makefiles/

To top