summaryrefslogtreecommitdiff
path: root/Makefile
blob: caaeec1a9cf4b6d112ce02f07aae3c473b33fa5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all:
	latexmk -shell-escape -pvc --pdf -interaction=nonstopmode memoria.tex

bare:
	pdflatex -shell-escape memoria.tex

clean:
	rm -rf _region_.tex *.aux *.bbl *.blg *.brf *.dvi *.fdb_latexmk *.fls *.fmt *.idx *.log *.lol *.out *.prv *.toc

.PHONY : all clean