diff --git a/doc/Makefile b/doc/Makefile index a0a7aae..9e2646d 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 *.out Informe.pdf + rm -f *.log *.toc *.gz *.aux sections/*.aux *.out Informe.pdf .PHONY: informe clean