summaryrefslogtreecommitdiff
path: root/Ich_glaub_an_einen_Gott_der_singt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Ich_glaub_an_einen_Gott_der_singt/Makefile')
-rw-r--r--Ich_glaub_an_einen_Gott_der_singt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ich_glaub_an_einen_Gott_der_singt/Makefile b/Ich_glaub_an_einen_Gott_der_singt/Makefile
index 0d2ab77..79587e6 100644
--- a/Ich_glaub_an_einen_Gott_der_singt/Makefile
+++ b/Ich_glaub_an_einen_Gott_der_singt/Makefile
@@ -24,8 +24,8 @@ include ../.meta/*.mk
lilypond $<
pkill -SIGHUP -xf "mupdf(-x11)? $@" || true
-%-midi.midi: %-midi.post
+%.midi: %-midi.post
lilypond $<
-
-%.midi: %-midi.midi
- mv $< $@
+ for s in *-midi*.midi; do \
+ mv "$$s" "$${s%-midi*.midi}$${s##*-midi}"; \
+ done