Removed docs/BUILDME script

This commit is contained in:
Andrew Murray 2016-05-24 11:02:18 +10:00
parent 477841b010
commit 5588692086

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