cleanup the cleanup targets
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
24019a7175
commit
c3e6eaffcd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -269,9 +269,9 @@ clean:
|
||||||
|
|
||||||
find * -name __pycache__ | xargs rm -rf
|
find * -name __pycache__ | xargs rm -rf
|
||||||
|
|
||||||
distclean:
|
distclean: clean
|
||||||
rm -f cdist/version.py MANIFEST PKGBUILD
|
rm -f cdist/version.py MANIFEST PKGBUILD
|
||||||
rm -rf cache/ dist/
|
rm -rf dist/
|
||||||
|
|
||||||
# Archlinux
|
# Archlinux
|
||||||
rm -f cdist-*.pkg.tar.xz cdist-*.tar.gz
|
rm -f cdist-*.pkg.tar.xz cdist-*.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue