aboutsummaryrefslogtreecommitdiff
path: root/thesis/Justfile
blob: bd5a60d31f64fe845198253782c5120daea02ef4 (plain)
1
2
3
4
5
6
7
8
9
10
default: build

build:
  latexmk -pdf

watch:
  latexmk -pdf -pvc

clean:
  latexmk -c