4. 所以出现了make工具 make工具可以看成是一个智能的批处理工具,它本身并没有编译和链接的功能,而是用类似于批处理的方式—通过调用makefile文件中用 … Cd subdir && $(make) the value of this variable is the file name with which make was invoked. Make is a gnu command, so the only way you can get it on windows is installing a windows version like the one provided by gnuwin32. If this file name was … Whats the difference between them? By using gmake … · the language accepted by gnu make is a superset of the one supported by the traditional make utility. · for variable assignment in make, i see := and = operator.