diff --git a/docs/BUILDME b/docs/BUILDME deleted file mode 100644 index a3c629537..000000000 --- a/docs/BUILDME +++ /dev/null @@ -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