diff options
| author | Urban Prah <urban@urbanprah.xyz> | 2025-10-08 19:02:18 +0200 |
|---|---|---|
| committer | Urban Prah <urban@urbanprah.xyz> | 2025-10-08 19:02:18 +0200 |
| commit | 486db3f463000d455ab423ae241f77baa857bbb6 (patch) | |
| tree | a15095539d6bba01dfc1104f423c115593fce8f3 /Makefile | |
| parent | ed230903fd17e3518ae307a2e87926cb63822e28 (diff) | |
| download | CV-486db3f463000d455ab423ae241f77baa857bbb6.tar.gz CV-486db3f463000d455ab423ae241f77baa857bbb6.zip | |
First job
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b3b0c33 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: clean build + +clean: + rm -f urbanprah_cv.pdf + +build: + typst compile --font-path ./font urbanprah_cv.typ + +watch: + typst watch --font-path ./font urbanprah_cv.typ |
