add makefile option for the informe

This commit is contained in:
2018-11-06 14:06:23 -03:00
parent f7ae37826d
commit b2ed60c5c4
2 changed files with 14 additions and 1 deletions

7
doc/Makefile Normal file
View File

@@ -0,0 +1,7 @@
informe:
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm *.log *.toc *.gz *.aux Informe.pdf
.PHONY: informe clean