cv-boilerplate/makefile
2015-10-21 15:21:43 +02:00

6 lines
134 B
Makefile

output.pdf : template.tex content.yml
pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$<
clean :
rm output.pdf