report #10

Merged
cromer merged 5 commits from report into master 2021-06-27 15:30:13 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ad820c9fc - Show all commits

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