summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2015-07-16 01:43:11 +0200
committerGuillermo Ramos2015-07-16 02:27:16 +0200
commit40cf6d0a630c12c52ba9a115dff3e67cea63a31e (patch)
tree4138c6607651cd0aca2c1466054e89460730abfb /Makefile
parentb1c29f728b7285d51ac121af909f8348ba68a999 (diff)
downloadtfm-40cf6d0a630c12c52ba9a115dff3e67cea63a31e.tar.gz
Fixed problems with bib and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index caaeec1..34b633b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,6 @@ 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
+ rm -rf _region_.tex *.aux *.bbl *.blg *.brf *.dvi *.fdb_latexmk *.fls *.fmt *.idx *.log *.lol *.out *.prv *.toc *.pyg
.PHONY : all clean