Linux Makefile Question:
Download Questions PDF

If our makefile is named as "google", then which one of the following command will compile the code with this makefile:
a) make -a google
b) make -f google
c) make sanfoudry
d) make

Makefile Interview Question
Makefile Interview Question

Answer:

b) make -f google

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
The command "make google" will:
a) create the executable if google.c file is present in the current directory
b) create the object file named as google.o
c) give an error
d) none of the mentioned
Which option of make command print the commands that would be executed, but do not execute them?
a) -m
b) -n
c) -o
c) -p