Compile all C files in a directory into separate programs
- by Martin Broadhurst
Is there a way using GNU Make of compiling all of the C files in a directory into separate programs, with each program named as the source file without the .c extension?