LPI Exam Questions

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?

A.
make all

B.
make dep

C.
make install

D.
make clean

Explanation: