Removed direct invocation of setup.py

This commit is contained in:
Andrew Murray 2024-04-29 09:11:33 +10:00
parent c250a44177
commit d01e43e796

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