Install Make by running the following commands:
root:make-3.79.1# ./configure --prefix=/usr
root:make-3.79.1# make
root:make-3.79.1# make install
The Make package contains the make program.
make determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them.