sort/doc/Makefile

10 lines
254 B
Makefile
Raw Normal View History

2018-11-06 14:06:23 -03:00
informe:
# we do this twice to make sure the toc is updated
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
2018-11-06 14:06:23 -03:00
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
2018-11-06 14:09:08 -03:00
rm -f *.log *.toc *.gz *.aux Informe.pdf
2018-11-06 14:06:23 -03:00
.PHONY: informe clean