-->
当前位置:首页 > 题库

单选题:Which statement is incorrect when executing the make command wit

Luz5年前 (2021-05-10)题库916
Which statement is incorrect when executing the make command with no parameters in the current directory? @[B](1)
A. make will execute corresponding commands according to rules specified in makefile or Makefile
B. make will execute corresponding compiling commands according to rules specified in makefile or Makefile
C. make does nothing if both makefile and Makefile do not exist
D. make does nothing if no targets exist in makefile, even if Makefile exists





A.make will execute corresponding commands according to rules specified in makefile or Makefile
B.make will execute corresponding compiling commands according to rules specified in makefile or Makefile
C.make does nothing if both makefile and Makefile do not exist
D.make does nothing if no targets exist in makefile, even if Makefile exists


答案:B