Skip to content

Commit e542c9f

Browse files
authored
Merge pull request #8027 from radarhere/clean
Removed direct invocation of setup.py
2 parents c250a44 + d01e43e commit e542c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
.PHONY: clean
44
clean:
5-
python3 setup.py clean
65
rm src/PIL/*.so || true
76
rm -r build || true
87
find . -name __pycache__ | xargs rm -r || true

0 commit comments

Comments
 (0)