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)