From now on, whenever you begin a new project, you can copy the last revision of the Makefile, then make fhe following changes:
CSRC
to reflect all the C
source files, remember to use a space (not a comma) to separate
name!
CCSRC
to reflect all the C++
source files
main
to whatever you want to name the final
executable
CXXFLAGS
for compiler options (more
warnings, more optimization, etc.)