Tips
Makefile: adding prerequisites to external targets
Consider that you have a situation where you have a build system using make
heavily. And you want to hook into one of the targets such that before the
target is built, make
builds the prerequisite you are interested in.