2021-06-19 17:54:33 -04:00
|
|
|
informe:
|
|
|
|
# we do this twice to make sure the toc is updated
|
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
|
|
|
|
|
|
|
clean:
|
2021-06-27 15:25:11 -04:00
|
|
|
rm -f *.log *.toc *.gz *.aux sections/*.aux *.out Informe.pdf
|
2021-06-19 17:54:33 -04:00
|
|
|
|
|
|
|
.PHONY: informe clean
|