mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-04 12:52:35 +08:00
fix(Makefile): update compiler to use latexmk with xelatex option
- Changed CC variable to use latexmk for better compatibility
This commit is contained in:
parent
b706fc4e37
commit
e2bf944f95
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
.PHONY: examples
|
||||
|
||||
CC = xelatex
|
||||
CC = latexmk -xelatex
|
||||
EXAMPLES_DIR = examples
|
||||
RESUME_DIR = examples/resume
|
||||
CV_DIR = examples/cv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue