mirror of
https://github.com/mx42/cv.git
synced 2026-01-13 20:59:51 +01:00
16 lines
277 B
Makefile
16 lines
277 B
Makefile
default:
|
|
@just pdf "en"
|
|
@just pdf "fr"
|
|
|
|
build lang="en":
|
|
typst compile cv_{{lang}}.typ
|
|
|
|
pdf lang="en":
|
|
typst compile cv_{{lang}}.typ --format pdf
|
|
|
|
image lang="en":
|
|
typst compile cv_{{lang}}.typ --format png
|
|
|
|
watch lang="en":
|
|
typst watch cv_{{lang}}.typ
|