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

build:
  cd thesis/; latexmk -bibtex -pdf

watch:
  cd thesis/; latexmk -bibtex -pdf -pvc

clean:
  cd thesis/; latexmk -c