From: Martin Mares Date: Sun, 15 Feb 2015 18:37:16 +0000 (+0100) Subject: "make clean" smaže též *.lot X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1fc2a294c8eb8ca3dc2cc845565a83e545e7dc1d;p=diplomky.git "make clean" smaže též *.lot Kde ten LaTeX bere invenci na takováhle jména souborů? :-) --- 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