What is the primary purpose of a Makefile?
Replace all C source files with build instructions.
Describe targets, dependencies, and commands so make can automate project builds.
make
Run C source directly without invoking a compiler.
Store all user input entered while the program runs.