delete .out file on clean
This commit is contained in:
parent
498cd1d143
commit
7c196f27a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user