PR#4103: make clean - more files
Merges #4103 https://pagure.io/koji/pull-request/4103
This commit is contained in:
commit
25534177dc
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -71,6 +71,9 @@ clean:
|
|||
rm -rf __pycache__
|
||||
rm -rf devtools/fakehubc devtools/fakewebc devtools/__pycache__
|
||||
rm -rf koji-$(VERSION)
|
||||
rm -rf build dist koji.egg-info
|
||||
find -name '*.pyi' -delete
|
||||
find -name py.typed -delete
|
||||
for d in $(SUBDIRS); do make -s -C $$d clean; done
|
||||
find ./tests -name "__pycache__" -exec rm -rf {} \; ||:
|
||||
find ./tests -name "*.pyc" -exec rm -f {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue