summaryrefslogtreecommitdiff
path: root/LaTeX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LaTeX/Makefile')
-rw-r--r--LaTeX/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LaTeX/Makefile b/LaTeX/Makefile
index 435adbd..e86e46c 100644
--- a/LaTeX/Makefile
+++ b/LaTeX/Makefile
@@ -7,5 +7,6 @@ clean:
grep -v .tcp | \
grep -v .tex | \
xargs rm
+ rm -f images/*.pdf
spell:
find ./chapters -name \*.tex -exec sh -c 'aspell -l de_DE -t -c {}' \;