Saturday, May 8, 2010

Make

Make can be used to build source code. it utilizes Makefiles to perform tasks.
A Makefile has the following structure:

target:dependencies
-commands to build target from dependencies-

No comments:

Post a Comment