From c20a5f9c81b54d8a9234d7ba24ded5961d762d08 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Nov 2022 10:37:33 +0100 Subject: allow creating midis per make --- Wie_soll_ich_dich_empfangen/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Wie_soll_ich_dich_empfangen/Makefile') diff --git a/Wie_soll_ich_dich_empfangen/Makefile b/Wie_soll_ich_dich_empfangen/Makefile index fb92f9c..0d2ab77 100644 --- a/Wie_soll_ich_dich_empfangen/Makefile +++ b/Wie_soll_ich_dich_empfangen/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 $< $@ -- cgit v1.2.3-54-g00ecf