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

build:
  latexmk -bibtex -pdf

watch:
  latexmk -bibtex -pdf -pvc

clean:
  latexmk -c