more complete cleaning

This commit is contained in:
Michael Kohlhase 2016-06-12 17:53:20 +09:00
parent 0c6bfc38c5
commit c31775a364

View File

@ -67,11 +67,11 @@ $(TBIB.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
then $(PDFLATEX) $< || $(RM) $@; fi
clean:
rm -f *.log *.blg *~ *.synctex.gz *.cut
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
distclean: clean
rm -f *.aux *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
rm -Rf auto
echo:
echo $(BBL)
@echo $(BBL)