1
0
Fork 0

"make clean" smaže též *.lot

Kde ten LaTeX bere invenci na takováhle jména souborů? :-)
master
Martin Mares 10 years ago
parent ac70a1df9d
commit 1fc2a294c8

@ -6,5 +6,5 @@ prace.pdf: prace.tex $(wildcard *.tex)
pdflatex $<
clean:
rm -f *.log *.dvi *.aux *.toc *.lof *.out
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out
rm -f prace.pdf

@ -6,5 +6,5 @@ thesis.pdf: thesis.tex $(wildcard *.tex)
pdflatex $<
clean:
rm -f *.log *.dvi *.aux *.toc *.lof *.out
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out
rm -f thesis.pdf

Loading…
Cancel
Save