fix(Makefile): update compiler to use latexmk with xelatex option

- Changed CC variable to use latexmk for better compatibility
This commit is contained in:
Mahdi Hoseini 2025-08-31 13:13:47 -07:00
parent b706fc4e37
commit e2bf944f95

View file

@ -1,6 +1,6 @@
.PHONY: examples
CC = xelatex
CC = latexmk -xelatex
EXAMPLES_DIR = examples
RESUME_DIR = examples/resume
CV_DIR = examples/cv