remove aux files in sections when cleaning

This commit is contained in:
Chris Cromer 2021-06-27 15:25:11 -04:00
parent eefb71ccd5
commit 8ad820c9fc
1 changed files with 1 additions and 1 deletions

View File

@ -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