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