From 5588692086a036991f55047bc48d3a5948de22c9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 24 May 2016 11:02:18 +1000 Subject: [PATCH] Removed docs/BUILDME script --- docs/BUILDME | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/BUILDME 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