diff options
Diffstat (limited to 'Ich_glaub_an_einen_Gott_der_singt')
-rw-r--r-- | Ich_glaub_an_einen_Gott_der_singt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Ich_glaub_an_einen_Gott_der_singt/Makefile b/Ich_glaub_an_einen_Gott_der_singt/Makefile index fb92f9c..0d2ab77 100644 --- a/Ich_glaub_an_einen_Gott_der_singt/Makefile +++ b/Ich_glaub_an_einen_Gott_der_singt/Makefile @@ -23,3 +23,9 @@ include ../.meta/*.mk %.pdf: %.post lilypond $< pkill -SIGHUP -xf "mupdf(-x11)? $@" || true + +%-midi.midi: %-midi.post + lilypond $< + +%.midi: %-midi.midi + mv $< $@ |