aboutsummaryrefslogtreecommitdiff
path: root/thesis/Makefile
blob: 3725d61f820261af68a0544765d83bb46b817628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
graphs := assets/insert.png assets/contains.png

default: main.pdf

main.pdf: $(graphs) $(shell find . -iname '*.tex') biblio.bib
	latexmk -pdf

$(graphs): assets/%.png: assets/${subst png,json,%}.json
	vl2png ${subst png,json,$@} $@

.PHONY: clean
clean:
	latexmk -c
	rm -f assets/*.png