aboutsummaryrefslogtreecommitdiff
path: root/Justfile
blob: 6a36f5fad5e095158f5e64cc3e060541e0f8b071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default: build

build: thesis
clean: thesis-clean

alias t := thesis
thesis:
  cd thesis/; latexmk -pdf

alias tw := thesis-watch
thesis-watch:
  cd thesis/; latexmk -pdf -pvc

alias tc := thesis-clean
thesis-clean:
  cd thesis/; latexmk -c