Open main menu

CDOT Wiki β

Changes

SBR600 make and Makefiles

17 bytes removed, 08:56, 11 January 2011
no edit summary
Running the <code>make</code> command by itself will execute the makefile script named <code>Makefile</code> or <code>makefile</code> in the current directory.
= Makefile basics: Targets and Dependencies =
Picture a very simple build, where the file <code>test.c</code> is compiled by ''gcc'' into the executable binary named <code>test</code>.