summaryrefslogtreecommitdiff
path: root/Wie_lieb_sind_mir_deine_Wohnungen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Wie_lieb_sind_mir_deine_Wohnungen/Makefile')
-rw-r--r--Wie_lieb_sind_mir_deine_Wohnungen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Wie_lieb_sind_mir_deine_Wohnungen/Makefile b/Wie_lieb_sind_mir_deine_Wohnungen/Makefile
index 79587e6..6b6ed91 100644
--- a/Wie_lieb_sind_mir_deine_Wohnungen/Makefile
+++ b/Wie_lieb_sind_mir_deine_Wohnungen/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 $<