diff --git a/cs/Makefile b/cs/Makefile index e98c33f..29300d7 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -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 diff --git a/en/Makefile b/en/Makefile index 0588378..4c53940 100644 --- a/en/Makefile +++ b/en/Makefile @@ -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