Vidyalelo
Computer Science · Q549

Linux

Engineering and GATE · Computer Science · question 549

Q549

If our makefile is named as "example", then which one of the following command will compile the code with this makefile

A.
make -a example
B.
make -f example
Answer
C.
make example
D.
make

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board