Consider the following setup:
$ touch 1.src 2.src 3.src $ cat Makefile %.dst: %.src @convert -o "$@" "$<"
We can