sort/doc/Makefile

8 lines
142 B
Makefile
Raw Normal View History

2018-11-06 14:06:23 -03:00
informe:
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