This is a utility that is used to maintain programs and install software on the linux/unix platform. It uses a ``makefile'' to determine which parts of a large program have changes and need to be recompiled.
lightning:~/c_program>make
This would search for a makefile in the directory c_program with instructions on how this, presumably large, program should be compiled.