add makefile option for the informe
This commit is contained in:
parent
f7ae37826d
commit
b2ed60c5c4
8
Makefile
8
Makefile
@ -12,4 +12,10 @@ sort: $(OBJ)
|
|||||||
clean:
|
clean:
|
||||||
rm -f src/*.o sort
|
rm -f src/*.o sort
|
||||||
|
|
||||||
.PHONY: sort clean
|
informe:
|
||||||
|
make -C doc
|
||||||
|
|
||||||
|
cleaninforme:
|
||||||
|
make -C doc clean
|
||||||
|
|
||||||
|
.PHONY: sort clean informe cleaninforme
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user