]> mj.ucw.cz Git - diplomky.git/blob - en/Makefile
4c53940108262a31ef03bde9901c79e597a44427
[diplomky.git] / en / Makefile
1 all: thesis.pdf
2
3 # LaTeX must be run twice to get references right
4 thesis.pdf: thesis.tex $(wildcard *.tex)
5         pdflatex $<
6         pdflatex $<
7
8 clean:
9         rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out
10         rm -f thesis.pdf