diff --git a/doc/Makefile b/doc/Makefile index 788bb80..a0a7aae 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,6 +4,6 @@ informe: pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex" clean: - rm -f *.log *.toc *.gz *.aux Informe.pdf + rm -f *.log *.toc *.gz *.aux *.out Informe.pdf .PHONY: informe clean