csync-git
[mirrors/ArchLinux-Packages.git] / Makefile
1 help:
2 #
3 # usage:
4 # - make clean
5 #
6 clean:
7 rm -rfv */pkg/
8 rm -rfv */src/
9 find . -regextype egrep -iregex '.*\.(part|tar|gz|xz|bz|bz2|tgz|zip|rar)$$' -print0 | xargs -0 rm -fv
This page took 0.234239 seconds and 4 git commands to generate.