aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e822d5ee8a6bf56673bfea287127229aa05d728e (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: build clean live

build:
	latexmk -shell-escape -pdf -outdir=build main.tex

live:
	latexmk -shell-escape -pdf -pvc -outdir=build main.tex

clean:
	latexmk -C -outdir=build main.tex