diff --git a/Makefile b/Makefile index 71f838c..66af725 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ LYRICSDIR = $(SRCDIR)/lyrics OUTPUTFILE = $(OUTDIR)/singalongs.tex SCORES = $(wildcard $(SCORESDIR)/*.ly) +LYRICS = $(wildcard $(LYRICSDIR)/*.tex) PDFS = $(patsubst %.ly,$(PDFDIR)/%.pdf,$(notdir $(SCORES))) MIDIS = $(patsubst %.ly,$(MIDIDIR)/%.midi,$(notdir $(SCORES))) OPUSFILES = $(patsubst %.ly,$(OPUSDIR)/%.opus,$(notdir $(SCORES)))