clean should clean better
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
33559fad67
commit
e1fa588a4d
1 changed files with 6 additions and 4 deletions
10
Makefile
10
Makefile
|
@ -228,14 +228,16 @@ clean:
|
|||
|
||||
find * -name __pycache__ | xargs rm -rf
|
||||
|
||||
distclean: clean
|
||||
rm -f cdist/version.py MANIFEST PKGBUILD
|
||||
rm -rf dist/
|
||||
|
||||
# Archlinux
|
||||
rm -f cdist-*.pkg.tar.xz cdist-*.tar.gz
|
||||
rm -rf pkg/ src/
|
||||
|
||||
rm -f MANIFEST PKGBUILD
|
||||
rm -rf dist/
|
||||
|
||||
distclean: clean
|
||||
rm -f cdist/version.py
|
||||
|
||||
################################################################################
|
||||
# Misc
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue