Exam 201-450 All QuestionsBrowse all questions from this exam
Question 2

Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile software from source code? (Choose two.)

    Correct Answer: C, D

    When using GNU make to compile software from source code, it will by default look for a file named 'makefile' or 'Makefile'. These are the two standard file names recognized by GNU make for the build instructions unless a different file is specified on the command line.

Discussion
chiaseedOptions: CD

Agree with C and D. reference: 3.2 What Name to Give Your Makefile https://www.gnu.org/software/make/manual/make.html#Introduction

debloidOptions: CD

C and D. Makefile and makefile

milan92stankovicOptions: CD

C, D - 100%