mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Merge pull request #1924 from radarhere/remove_buildme
Removed docs/BUILDME script
This commit is contained in:
commit
0f7c219ce1
11
docs/BUILDME
11
docs/BUILDME
|
@ -1,11 +0,0 @@
|
|||
# $Id$
|
||||
# quick build (for lazy programmers). for more information on the
|
||||
# build process, see the README file.
|
||||
|
||||
if [ "$1" = "clean" ]; then
|
||||
python setup.py clean
|
||||
rm -f *.so PIL/*.so
|
||||
fi
|
||||
|
||||
python setup.py build_ext -i
|
||||
python selftest.py
|
Loading…
Reference in New Issue
Block a user