The Problem
You want Make to automatically build all sources in a given folder without having to specify them each time in the Makefile.
The Solution
You can combine a wildcard to match all the sources, then use a patsubst to name the targets from these, and finally use a