This commit is contained in:
Andrew Murray 2016-05-24 00:31:15 +00:00
commit e6bb36a5e0

5
docs/BUILDME Normal file → Executable file
View File

@ -1,7 +1,12 @@
#!/bin/bash
# $Id$
# quick build (for lazy programmers). for more information on the
# build process, see the README file.
if [ ${PWD##*/} == "docs" ]; then
cd ..
fi
if [ "$1" = "clean" ]; then
python setup.py clean
rm -f *.so PIL/*.so