mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
More agressive make clean
This commit is contained in:
parent
1f0d3e9b00
commit
919315eb9d
4
Makefile
4
Makefile
|
@ -15,7 +15,9 @@ pre:
|
||||||
clean:
|
clean:
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
rm PIL/*.so || true
|
rm PIL/*.so || true
|
||||||
find . -name __pycache__ | xargs rm -r
|
rm -r build || true
|
||||||
|
find . -name __pycache__ | xargs rm -r || true
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user