/*What is makefile
?
---------------------------------------
makefile is a script/utility that contains target, dependencies and actions to compile modified file/files in a project of multple files. */
/*SYNTAX
-----------------------------------
target:dependencies
[tab] actions
.
.
---------------------------------------
makefile is a script/utility that contains target, dependencies and actions to compile modified file/files in a project of multple files. */
/*SYNTAX
-----------------------------------
target:dependencies
[tab] actions
.
.