Tuned Makefile a bit (now deleting also .part files)
authorHarvie <tomas@mudrunka.cz>
Wed, 9 Jun 2010 12:27:11 +0000 (14:27 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 9 Jun 2010 12:27:11 +0000 (14:27 +0200)
Makefile

index 7eb5ed373b4cd7674f982e8b548151f5ff3f2cea..b8288d1bb50b93f5f81941efac4da223f07db068 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,4 @@ help:
 clean:
        rm -rf */pkg/
        rm -rf */src/
-       find . -regextype egrep -iregex '.*\.(gz|xz|bz|bz2|zip|rar)$$' -print0 | xargs -0 rm -f
+       find . -regextype egrep -iregex '.*\.(part|gz|xz|bz|bz2|zip|rar)$$' -print0 | xargs -0 rm -f
This page took 0.124134 seconds and 4 git commands to generate.