// MODULE 12

Multi-file Projects & Makefiles

Header files, separate compilation, linking, Makefiles, build targets, and dependency management.

Multi-file Projects & Makefiles

Topics Covered


Content coming soon. This module will cover how real C projects are organized across multiple files, how the build process works, and how to write Makefiles that automate compilation — essential skills for the Mini Shell project.