diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,4 +61,5 @@ jones-la/reflection.pdf: jones-la/reflection.tex jones-la/rules.pdf: jones-la/rules.tex jones-la/quick5.pdf: jones-la/quick5.tex - +clean: + find . -type f | grep -e ".*\.pdf" | xargs rm |