Makefile template v1.4
Posted in Computers on Jan 27th, 2009 No Comments »
Hi folks, I’ve done a little bit more work on my Makefile template.. Here be version 1.4 I’ve added a small bugfix — if you built a program solely from C code, the C++ linker would still be called to link the object files into an executable. This means that while the executable would work, [...]