2023-06-27 08:57:28 +00:00
|
|
|
.PHONY: all clean
|
2023-03-16 06:58:57 +00:00
|
|
|
|
2023-06-27 08:57:28 +00:00
|
|
|
all: cv
|
2023-03-16 06:58:57 +00:00
|
|
|
|
2023-06-27 08:57:28 +00:00
|
|
|
cv: resume_de.qmd resume_en.qmd templates/jb2resume.latex
|
|
|
|
poetry run quarto render
|
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
|
|
|
|
|