delete .out file on clean

This commit is contained in:
2018-11-11 16:54:12 -03:00
parent 498cd1d143
commit 7c196f27a8

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