Start the informe #3

Merged
cromer merged 8 commits from informe into master 2018-11-06 14:38:15 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 59d7eef00e - Show all commits

View File

@ -2,6 +2,6 @@ informe:
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm *.log *.toc *.gz *.aux Informe.pdf
rm -f *.log *.toc *.gz *.aux Informe.pdf
.PHONY: informe clean