add makefile option for the informe
This commit is contained in:
7
doc/Makefile
Normal file
7
doc/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
informe:
|
||||
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
||||
|
||||
clean:
|
||||
rm *.log *.toc *.gz *.aux Informe.pdf
|
||||
|
||||
.PHONY: informe clean
|
Reference in New Issue
Block a user