From c3e6eaffcdc13bf6c4532747bf9b5e1c01f5fa15 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 12 Jul 2013 19:41:38 +0200 Subject: [PATCH] cleanup the cleanup targets Signed-off-by: Nico Schottelius --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb00afe1..0fa6965d 100644 --- a/Makefile +++ b/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