Linux Makefile Question:
Download Questions PDF

Running "make" command without the arguments starts the target ____ in the makefile.
a) ".phony"
b) "clean"
c) first
d) none of the mentioned

Answer:

c) first

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
In make-file the comment begins with the character:
a) $
b) #
c) /*
d) none of the mentioned
Which one of the following can be used to specify the directory to search the dependencies and target files?
a) VPATH
b) CPATH
c) FPATH
d) none of the mentioned