Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 277 Bytes

File metadata and controls

6 lines (5 loc) · 277 Bytes

What is a Makefile?

For large projects with a build phase, it becomes important to optimize the build process by removing unecessary rewrites. This is exactly what makefiles are for. They are a standardized format for building based on changes to prior dependencies.