diff --git a/makefile b/makefile index af08920..27ecad1 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,9 @@ +TEX = pandoc src = template.tex details.yml LFLAGS = --latex-engine=xelatex output.pdf : $(src) - pandoc $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$< + $(TEX) $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$< .PHONY: clean clean :