summaryrefslogtreecommitdiff
path: root/cryptography/maker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/maker.sh')
-rwxr-xr-xcryptography/maker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptography/maker.sh b/cryptography/maker.sh
index ab2df1c..e847acf 100755
--- a/cryptography/maker.sh
+++ b/cryptography/maker.sh
@@ -15,7 +15,8 @@ doc() {
clean() {
set -o xtrace
rm -rf _minted-*
- rm -f *.aux *.dvi *.fdb_latexmk *.fls *.log *.out *.toc
+ find . -name "*.aux" -exec rm {} \;
+ rm -f *.dvi *.fdb_latexmk *.fls *.log *.out *.toc
}
help() {