aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TR-20210730212057-IA-WDS-CG/Makefile
blob: 99965755917c7d9c524cd83cd5df922320c0a606 (plain)
1
2
3
4
5
6
7
8
9
main.pdf: main.tex
	pdflatex main.tex
	bibtex main
	pdflatex main.tex


.PHONY: clean
clean:
	rm -f main.pdf