tfm-slides/Makefile

16 lines
320 B
Makefile
Raw Normal View History

2019-12-10 13:29:19 +01:00
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