remove aux files in sections when cleaning
This commit is contained in:
parent
eefb71ccd5
commit
8ad820c9fc
@ -4,6 +4,6 @@ informe:
|
|||||||
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
|
rm -f *.log *.toc *.gz *.aux sections/*.aux *.out Informe.pdf
|
||||||
|
|
||||||
.PHONY: informe clean
|
.PHONY: informe clean
|
||||||
|
Loading…
Reference in New Issue
Block a user