diff options
Diffstat (limited to 'Allein_Gott_in_der_Hoeh_sei_Ehr')
-rw-r--r-- | Allein_Gott_in_der_Hoeh_sei_Ehr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Allein_Gott_in_der_Hoeh_sei_Ehr/Makefile b/Allein_Gott_in_der_Hoeh_sei_Ehr/Makefile index 79587e6..6b6ed91 100644 --- a/Allein_Gott_in_der_Hoeh_sei_Ehr/Makefile +++ b/Allein_Gott_in_der_Hoeh_sei_Ehr/Makefile @@ -29,3 +29,6 @@ include ../.meta/*.mk for s in *-midi*.midi; do \ mv "$$s" "$${s%-midi*.midi}$${s##*-midi}"; \ done + +%.wav: %.midi + fluidsynth --audio-driver=file -o audio.file.name=$@ -i $< |