Make is a great tool for automating compilation process, however it's hard to find a Makefile, that is totally project-independent. I decided to dig through the GNU make documentation and some of the available sources and to prepare a sample Makefile, that could work with any (single-level directory) C++ project. # http://www.gnu.org/software/make/manual/make.pdf # Redefine the global [...]
Feb 292012