Merge pull request #1924 from radarhere/remove_buildme

Removed docs/BUILDME script
This commit is contained in:
wiredfool 2016-05-24 09:30:15 +01:00
commit 0f7c219ce1

View File

@ -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