summaryrefslogtreecommitdiff
path: root/Makefile
blob: 34b633b75d34225e775ca9efe9c8a3b23c81982a (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 *.pyg

.PHONY : all clean