Make 命令教程 - 阮一峰的网络日志 Make命令允许对文件名,进行类似正则运算的匹配,主要用到的匹配符是%。 比如,假定当前目录下有 f1 c 和 f2 c 两个源码文件,需要将它们编译为对应的对象文件。
Make - GNU Project - Free Software Foundation Make figures out automatically which files it needs to update, based on which source files have changed It also automatically determines the proper order for updating files, in case one non-source file depends on another non-source file