Linux Makefile Question: Download Makefile PDF

If we want to execute the make-file by just giving the "make" command, make-file should be named as:
a) Make-file
b) makefile
c) MAKEFILE
d) none of the mentioned

Tweet Share WhatsApp

Answers:

Answer #1a) Makefile

Answer #2it should be either makefile or Makefile as the two are distinct in UNIX (filenames are case sensitive), they will be searched for in that order. for GNU make, GNUmakefile will be searched for before them though

Download Makefile PDF Read All 56 Makefile Questions
Previous QuestionNext Question
The permission -rwxr-sr- represented in octal expression will be:
a) 0777
b) 2766
c) 2744
d) 2754
If the umask value is 0002. What will be the permissions of new directory:
a) 777
b) 775
c) 774
d) 664