tfm-report/Makefile

18 lines
388 B
Makefile
Raw Permalink Normal View History

2019-10-18 10:54:33 +02:00
all: paper.pdf
2019-10-21 19:08:29 +02:00
pdf: paper.pdf
2019-10-21 17:33:42 +02:00
2019-10-18 10:54:33 +02:00
images:
$(MAKE) -C img
paper.pdf: paper.tex images
2019-10-18 16:33:52 +02:00
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
bibtex paper.aux
2019-10-18 10:54:33 +02:00
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
clean:
2019-11-15 22:34:58 +01:00
rm -f Secciones/*.aux
2019-10-25 15:54:10 +02:00
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz
# $(MAKE) -C img clean