- A Makefile is a text file that specifies a set of rules and dependencies for building and compiling a project.
- It contains instructions for how to build the project and defines relationships between different files.
- Remember to use tabs rather than spaces when writing your Makefile.
Here's an additional resource for make and Makefiles: link