From f74323ea556baf2b925d3a981ff2b18bfeffa8b9 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 2 Dec 2015 22:05:35 +0100 Subject: [PATCH] change music target to opus in order to remove a cyclic dependency --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 49f4c47..9d3125b 100644 --- a/Makefile +++ b/Makefile @@ -40,13 +40,13 @@ BOOKLETPDF = $(PDFDIR)/booklet.pdf MIDITEMPO = 120 -all: pdfs midis music book booklet +all: pdfs midis opus book booklet pdfs: $(PDFS) midis: pdfs $(MIDIS) -music: midis $(OPUSFILES) +opus: midis $(OPUSFILES) book: $(BOOKPDF) diff --git a/README.md b/README.md index c6b6cc2..3045d44 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The makefile defines multiple targets: - pdfs: builds all songs as single pdfs (without lyrics for now) - midis: builds the midi file for each song -- music: converts the midi files into opus files +- opus: converts the midi files into opus files - book: concatenates the songs (with lyrics) to a songbook - booklet: converts the songbook to a booklet fit for double sided flip printing