cv-boilerplate/makefile

6 lines
134 B
Makefile
Raw Normal View History

2015-10-21 13:21:43 +00:00
output.pdf : template.tex content.yml
pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$<
clean :
rm output.pdf