Now thats a Makefile
Posted in C++ Programming on Sep 27th, 2008
Recently, I needed a nice makefile for a c++ project. I was about to write one, but then I remembered that my emacs was imbued with magical makefile-making properties (I am not actually sure where the makefile template comes from). In any case, I made a makefile from the emacs template I had, used it, [...]