Tuned Makefile a bit (now deleting also .part files)
[mirrors/ArchLinux-Packages.git] / Makefile
1 help:
2 #
3 # usage:
4 # - make clean
5 #
6 clean:
7 rm -rf */pkg/
8 rm -rf */src/
9 find . -regextype egrep -iregex '.*\.(part|gz|xz|bz|bz2|zip|rar)$$' -print0 | xargs -0 rm -f
This page took 0.27125 seconds and 5 git commands to generate.