From: Harvie Date: Wed, 9 Jun 2010 12:27:11 +0000 (+0200) Subject: Tuned Makefile a bit (now deleting also .part files) X-Git-Url: http://git.harvie.cz/?p=mirrors%2FArchLinux-Packages.git;a=commitdiff_plain;h=9a7bd7c2e99c5c2216d0d4480c24458e5108a269 Tuned Makefile a bit (now deleting also .part files) --- diff --git a/Makefile b/Makefile index 7eb5ed3..b8288d1 100644 --- 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