]> mj.ucw.cz Git - diplomky.git/blob - cs/Makefile
"make clean" smaže též *.lot
[diplomky.git] / cs / Makefile
1 all: prace.pdf
2
3 # LaTeX je potreba spustit dvakrat, aby spravne spocital odkazy
4 prace.pdf: prace.tex $(wildcard *.tex)
5         pdflatex $<
6         pdflatex $<
7
8 clean:
9         rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out
10         rm -f prace.pdf