aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUrban Prah <urban@urbanprah.xyz>2025-10-08 19:02:18 +0200
committerUrban Prah <urban@urbanprah.xyz>2025-10-08 19:02:18 +0200
commit486db3f463000d455ab423ae241f77baa857bbb6 (patch)
treea15095539d6bba01dfc1104f423c115593fce8f3 /Makefile
parented230903fd17e3518ae307a2e87926cb63822e28 (diff)
downloadCV-486db3f463000d455ab423ae241f77baa857bbb6.tar.gz
CV-486db3f463000d455ab423ae241f77baa857bbb6.zip
First job
Diffstat (limited to '')
-rw-r--r--Makefile10
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