Merge pull request #8027 from radarhere/clean

Removed direct invocation of setup.py
This commit is contained in:
Hugo van Kemenade 2024-04-29 06:31:45 +03:00 committed by GitHub
commit e542c9f898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
.PHONY: clean
clean:
python3 setup.py clean
rm src/PIL/*.so || true
rm -r build || true
find . -name __pycache__ | xargs rm -r || true