rm compile file
This commit is contained in:
parent
90e13616b4
commit
68b65a3fa8
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@ find . -name "main.tex" -execdir sh -c " pwd && latexmk {} -pdf main.tex -e '$la
|
|||
|
||||
#clean up :
|
||||
shopt -s globstar
|
||||
rm -f **/*.aux **/*.log **/*.out **/*.fls **/*.fdb_latexmk **/*.toc
|
||||
rm -f **/*.aux **/*.log **/*.out
|
||||
#**/*.fls **/*.fdb_latexmk **/*.toc
|
||||
|
|
Loading…
Reference in a new issue