cleanup the cleanup targets

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.2
Nico Schottelius 12 years ago
parent 24019a7175
commit c3e6eaffcd
  1. 4
      Makefile

@ -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

Loading…
Cancel
Save