A Makefile which automatically finds all .cpp and .h files, this then allows the user to do some basic make commands, including valgrind and gdb. This can be used for most basic c++ compilation, or as a template for more advanced projects.
raoulKalkman/generalCPPMakeFile
A Makefile which automatically finds all .cpp and .h files, this then allows the user to do some basic make commands, including valgrind and gdb. This can be used for most basic c++ compilation, or as a template for more advanced projects.
MakefileGPL-3.0