Skip to content

Commit

Permalink
Merge pull request #8027 from radarhere/clean
Browse files Browse the repository at this point in the history
Removed direct invocation of setup.py
  • Loading branch information
hugovk committed Apr 29, 2024
2 parents c250a44 + d01e43e commit e542c9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e542c9f

Please sign in to comment.