aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b3b0c330d0e4dce866a3ad29fe0aa99ac0ac872e (plain) (blame)
1
2
3
4
5
6
7
8
9
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