summaryrefslogtreecommitdiff
path: root/tex/outline/Makefile
blob: 66eb3994ff415b763df85efb8a6f3f9b8a9b2b9e (about) (plain)
1
2
3
4
5
6
7
8
all:
	pdflatex main.tex
	bibtex main
	pdflatex main.tex
	pdflatex main.tex

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