From 486db3f463000d455ab423ae241f77baa857bbb6 Mon Sep 17 00:00:00 2001 From: Urban Prah Date: Wed, 8 Oct 2025 19:02:18 +0200 Subject: First job --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.3.1