10 June 2016
One to one makefile
Example of makefile building one executable for each C++ file in a folder.
Introduction
I’m using this makefile to do small compiler or standard library experiments. It builds multiple executables, one for each cpp file.
Sample
Also see a more realistic sample.