1.
If make command is executed as “make -j 2”, then
2.
Which make command option ignores all errors in commands executed to remark files?
3.
If we want to get the exit status that specified targets are up to date or not, we have to execute the make command with option
4.
Which option of make command print the commands that would be executed, but do not execute them?
5.
If our makefile is named as “sanfoundry”, then which one of the following command will compile the code with this makefile
6.
The command “make sanfoundry” will
7.
The makefile starts executing from
8.
As we type “make” command on the terminal
9.
What is phony target in the makefile?
10.
What is makefile?