Generic Makefiles is a collection of ready-to-use makefiles for C/C++ projects. Customization is possible but optional. These makefiles automatically find source files, calculate dependencies, and perform a minimal rebuild. Using it is as easy as copying the makefile into your source code directory and typing 'make all'.
| Tags | Software Development |
|---|---|
| Licenses | GPL |