Build a Simple Makefile
December 20, 2015 —Category: Software
TL;DR : If you don't have anything better to do, create Makefiles by hand :) Gist here . The other day I went back to origins with building a small C++ project. With modern tools, all went OK. However, deployment was a bit of a problem, in the sense the host had an obsolete toolchain: So, I had to…