summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2014-06-05 12:16:14 +0200
committerGuillermo Ramos2014-06-05 12:16:14 +0200
commit0b37f8e60740f26a03ca1b189a9337e4946f1c66 (patch)
tree082d3ce946e77f495b5ed4b48ff7612f87a9e860 /Makefile
parente9998126885acfc446fe23a785a303447e0118a8 (diff)
downloadtfg-0b37f8e60740f26a03ca1b189a9337e4946f1c66.tar.gz
Usando latexmk en el Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 7556869..87124d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,7 @@
-all: bib tex
-
-tex:
- pdflatex memoria
- pdflatex memoria
-
-bib:
- pdflatex memoria
- bibtex memoria
+all:
+ latexmk -pvc --pdf -interaction=nonstopmode memoria.tex
clean:
rm -rf _region_.tex *.aux *.bbl *.blg *.brf *.dvi *.fdb_latexmk *.fls *.fmt *.idx *.log *.lol *.out *.prv *.toc
-.PHONY : tex bib clean
+.PHONY : all clean