aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Simple/Makefile
blob: d66a57586f9e7504c348e6bf938c654e9e010d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
main.pdf: main.tex
	pdflatex main.tex
	bibtex main
	pdflatex main.tex
	pdflatex main.tex


.PHONY: clean
clean:
	rm -f main.pdf
	rm -f main.aux
	rm -f main.log
	rm -f main.bbl
	rm -f main.blg
	rm -f main.out