cv-boilerplate/makefile
2015-10-26 15:52:12 +01:00

6 lines
134 B
Makefile

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