Added Makefile to clean directory of files generated by latexmk

pull/6/head
Giuseppe 2018-06-19 17:18:45 +02:00 committed by Bastian Rieck
parent 65f0ca8606
commit 7c749b9c91
2 changed files with 8 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: clean
build:
latexmk
clean:
latexmk -c

View File

@ -2,3 +2,4 @@
$pdflatex = 'pdflatex %O --shell-escape %S';
$pdf_mode = 1;
$clean_ext = "%R.acn %R.acr %R.alg %R.aux %R.auxlock %R.bak %R.bbl %R.blg %R.dvi %R.fls %R.glg %R.glo %R.gls %R.idx %R.ist %R.ilg %R.ind %R.log %R.out %R.pdf %R.ps %R.sav %R.swp %R.toc %R.run.xml %R-blx.bib %R_latexmk %R~ %R.pgf-plot.%R Figures/External/"