diff options
Diffstat (limited to 'O_Jesu_Christe_wahres_Licht')
-rw-r--r-- | O_Jesu_Christe_wahres_Licht/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/O_Jesu_Christe_wahres_Licht/Makefile b/O_Jesu_Christe_wahres_Licht/Makefile index fb92f9c..0d2ab77 100644 --- a/O_Jesu_Christe_wahres_Licht/Makefile +++ b/O_Jesu_Christe_wahres_Licht/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 $< $@ |