play with make
Posted honpey
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了play with make相关的知识,希望对你有一定的参考价值。
1) the VPATH variable
In make world, the VPATH variable guide you where to find the .c/.o file
2) the $^
$^ is a very important symbol in make, which is extented to the full path of the target file.
3) test:test.c
target:depedency depency, Or if test.c changed make will not
以上是关于play with make的主要内容,如果未能解决你的问题,请参考以下文章