+ 2
How 'MAKE' build tool detect the changes? ,It's really awesome think about it.
4 Respuestas
+ 2
Ok so the makefile tells make the command (s) to build the binary (or any file). The makefile also tells make all of the dependencies. So I think make will check if the binary already exists, if it exists it will only rebuild the binary if at least 1 dependency is newer. Same with dependencies of dependencies.
+ 2
thanks jared it's far better than lots of Google searches ,i get it😊😊
+ 1
yes! Jared am talking about gnu tool "MAKEFILE"
0
Do you mean the GNU make tool for compiling projects?