Is makefile a part of C++?
is "make" a part of C?
@Acer 我觉得不能说程序是语言的一部分吧,is Linux a part of C?
oh.
@Acer :)
@Acer while it is often used as part of the build system to build C++ projects it is not, strictly speaking, part of the C++ language
Although make is most often used to build executables from C, it is a separate utility that can be used for many other tasks, not just building executables.
@Acer 不是,很多程序都可以通过 makefile 编译,本质是用 make 命令(C)