Friday, May 14, 2010

MAKEFILES

Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command everytime you want to do it.
Well, I have news for you... Your days of command line compiling are (mostly) over, because YOU will learn how to write Makefiles.
Makefiles are special format files that together with the make utility will help you to automagically build and manage your projects.



Read this article on the below link->
http://mrbook.org/tutorials/make/

No comments:

Post a Comment