next up previous contents
Next: gv Up: Helpful Unix Commands Previous: bzip2/bunzip2   Contents

make

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.



Computer Support Group 2002-10-07