From c31775a36466a83ff93b1dbb25831f00049b9807 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase Date: Sun, 12 Jun 2016 17:53:20 +0900 Subject: [PATCH] more complete cleaning --- eu/examples/strep/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eu/examples/strep/Makefile b/eu/examples/strep/Makefile index 9b4a6fd..2ed9b15 100644 --- a/eu/examples/strep/Makefile +++ b/eu/examples/strep/Makefile @@ -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)