Suppose you have two rules in your Makefile: one that builds…
Suppose you have two rules in your Makefile: one that builds a library, and another that builds an application that makes use of that library. Which of these two rules should list the other as a dependency?
Read Details