make: make (GNU make utility to maintain groups of programs) make: make: This is the GNU implementation of make, which was written by Richard make: Stallman and Roland McGrath. The purpose of the make utility is to make: determine automatically which pieces of a large program need to be make: recompiled, and issue the commands to recompile them. make: make: This is needed to compile just about any major C program, including make: the Linux kernel. make: make: