5 lines
112 B
Makefile
5 lines
112 B
Makefile
all: report.pdf
|
|
|
|
report.pdf: report.md begin-document.tex config.yaml header.tex
|
|
pandoc --defaults config.yaml
|