Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 391 Bytes

Template Makefile

This Makefile demonstrates how you can compile multiple executables (program1 and program2) which use a shared translation unit (common).

Note that this Makefile uses GNU Make's implicit rules.

For more information, please consult the manual.