delete .out file on clean

This commit is contained in:
Chris Cromer 2018-11-11 16:54:12 -03:00
parent 498cd1d143
commit 7c196f27a8
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
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 Informe.pdf
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
.PHONY: informe clean