Add Makefile
This commit is contained in:
parent
f954333477
commit
83f6b25a15
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
all: output/bulletin.pdf
|
||||||
|
|
||||||
|
output/bulletin.tex: bulletin.lytex
|
||||||
|
lilypond-book --output=output --pdf bulletin.lytex
|
||||||
|
|
||||||
|
output/bulletin.pdf: output/bulletin.tex
|
||||||
|
cd output && pdflatex bulletin.tex
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf output
|
||||||
|
|
||||||
|
.PHONY: all clean
|
||||||
Loading…
Add table
Add a link
Reference in a new issue