Initial commit
This commit is contained in:
commit
bd085e05eb
4 changed files with 50 additions and 0 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
all: beamer.pdf
|
||||
|
||||
pdf: beamer.pdf
|
||||
|
||||
images:
|
||||
$(MAKE) -C img
|
||||
|
||||
beamer.pdf: beamer.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode beamer.tex
|
||||
|
||||
clean:
|
||||
rm -f Secciones/*.aux
|
||||
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
|
||||
# $(MAKE) -C img clean
|
Loading…
Add table
Add a link
Reference in a new issue