sort/doc/Makefile

8 lines
139 B
Makefile
Raw Normal View History

2018-11-06 14:06:23 -03:00
informe:
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm *.log *.toc *.gz *.aux Informe.pdf
.PHONY: informe clean