shuffle some more
This commit is contained in:
parent
67fbd5329a
commit
04f5ec0579
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -17,8 +17,6 @@ MKDIR = mkdir
|
||||||
CD = cd
|
CD = cd
|
||||||
CP = cp
|
CP = cp
|
||||||
|
|
||||||
MIDITEMPO = 120
|
|
||||||
|
|
||||||
SRCDIR = src
|
SRCDIR = src
|
||||||
OUTDIR = out
|
OUTDIR = out
|
||||||
PDFDIR = pdf
|
PDFDIR = pdf
|
||||||
|
@ -40,6 +38,8 @@ LILYPONDSUBST = $(foreach score,$(SCORES), \\\\chapter {$(shell grep title "$(sc
|
||||||
BOOKPDF = $(PDFDIR)/book.pdf
|
BOOKPDF = $(PDFDIR)/book.pdf
|
||||||
BOOKLETPDF = $(PDFDIR)/booklet.pdf
|
BOOKLETPDF = $(PDFDIR)/booklet.pdf
|
||||||
|
|
||||||
|
MIDITEMPO = 120
|
||||||
|
|
||||||
all: pdfs midis opus book booklet
|
all: pdfs midis opus book booklet
|
||||||
|
|
||||||
pdfs: $(PDFS)
|
pdfs: $(PDFS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue