我正在为一个赋值编译一些C代码,我运行了"make codeFile",其中"codeFile"是我的C程序的名称,即使我没有makefile,也创建了一个可执行文件,它运行并运行正确.
有谁知道为什么这有效?即使我没有makefile,为什么make会编译?我能找到的唯一参考是:http: //daly.axiom-developer.org/TimothyDaly_files/class5/node5.html
c compiler-construction makefile
c ×1
compiler-construction ×1
makefile ×1