resume/Makefile

19 lines
512 B
Makefile
Raw Normal View History

2024-09-26 09:14:16 +00:00
.PHONY: clean all
2023-03-16 06:58:57 +00:00
2024-09-26 09:14:16 +00:00
all: clean cv resume letter
2023-03-16 06:58:57 +00:00
2024-09-26 09:14:16 +00:00
cv: cv.typ
typst compile --input lang=en cv.typ build/cv_en.pdf
typst compile --input lang=de cv.typ build/cv_de.pdf
resume: resume.typ
typst compile --input lang=en resume.typ build/resume_en.pdf
typst compile --input lang=de resume.typ build/resume_de.pdf
letter: letter.qmd templates/letter.latex
poetry run quarto render letter.qmd
2023-03-16 06:58:57 +00:00
clean:
rm -f *CV.aux *CV.bcf *CV.log *CV.out *CV.run.xml *CV.pdf short_CV.tex long_CV.tex *CV.bbl *CV.blg *yaml_CV.md