Questions and Comments
Programs can have a single or multiple source code files
C development environments let you “make” programs from multiple source code files
Make includes the compile and compile & link steps
Useful when a group of programmers are writing separate files for a program