summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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