PrepAway - Latest Free Exam Questions & Answers

What command should you run before recompiling the code into binary form?

You have finished updating and resolving dependencies for some source code. What command
should you run before recompiling the code into binary form?

PrepAway - Latest Free Exam Questions & Answers

A.
make clean

B.
make all

C.
make dep

D.
make install

Explanation:
Make all, make dep, make install compile the code; make clean is the only option that can be run
before compiling.


Leave a Reply