makefile and addprefix
Colin (478) 2433 posts |
Anyone know why the all_fail target doesn’t compile test.c but all and all2 do? Is there some reason I can’t use addprefix directly in the list of dependency files?
|
Jeffrey Lee (213) 6048 posts |
I’m guessing AMU simply doesn’t support invoking functions directly from dependency lists. |