cleanup the cleanup targets

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-07-12 19:41:38 +02:00
parent 24019a7175
commit c3e6eaffcd
1 changed files with 2 additions and 2 deletions

View File

@ -269,9 +269,9 @@ clean:
find * -name __pycache__ | xargs rm -rf
distclean:
distclean: clean
rm -f cdist/version.py MANIFEST PKGBUILD
rm -rf cache/ dist/
rm -rf dist/
# Archlinux
rm -f cdist-*.pkg.tar.xz cdist-*.tar.gz