aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Simple/Makefile
blob: e55adc91b04e30fcd92d31568400da926b157b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
main.pdf: main.tex
	pdflatex main.tex
	bibtex main
	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