Generic Makefile for C/C++ Programs News
Status: Beta
Brought to you by:
whyglinux
An easily-customizable makefile template for C/C++ programs. Once customized, without any changes it can be used to build all the same kind of programs, even when source files are renamed, added or removed.
This version added the tags target and dependency control flag NODEP, therefore you can create tags using make tags and control whether to generate dependency files or not.