Linux Makefile Question:
Download Questions PDF

In the make-file the target and dependencies are separated by the character:
a) -
b) :
c) /
d) none of the mentioned

Makefile Interview Question
Makefile Interview Question

Answer:

b) :

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Which one of the following is used for the target file-name in the make-file?
a) $@
b) $*
c) $?
d) none of the mentioned
Which one of the following is not a valid makefile directive?
a) if
b) elif
c) endif
d) none of the mentioned