Skip to content

Latest commit

 

History

History

example_makefile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.