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 --- Die_Botschaft/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Die_Botschaft/Makefile') diff --git a/Die_Botschaft/Makefile b/Die_Botschaft/Makefile index fb92f9c..0d2ab77 100644 --- a/Die_Botschaft/Makefile +++ b/Die_Botschaft/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