sort/doc/Makefile

10 lines
260 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-11 16:54:12 -03:00
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
2018-11-06 14:06:23 -03:00
.PHONY: informe clean