sort/doc/Makefile

8 lines
142 B
Makefile

informe:
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm -f *.log *.toc *.gz *.aux Informe.pdf
.PHONY: informe clean