Week4
Makefile
A Makefile is a text file used with the GNU Make utility to automate the compilation process in GCC. It specifies the instructions for building an executable or library from your source code files.
This is like building a LEGO set. makefile takes all the different pieces and put them together. One of the benefits is when rebuilding makefile only update the part that need to. so it just switch out a small part of the LEGO set, no need to start from stretch. Reduce time of building a new version speed up developing time.
On the project I will be
Comments
Post a Comment