In this post I will be talking about Makefiles!
- what the heck are they anyway!
- what do they do?
- How to make one?
- An example to help you through.
Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command every time 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.