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
AnswerC.
make example
D.
make
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board