I am currently learning, how to use make
and Makefile
s in depth. During that process, one question came up: I have the impression, that a lot of Makefile
s first generating object files, and then link them into a library or another executable file.
So my question is: Is this best practice? And if yes, why?