Skip to content

Commit

Permalink
Forking PIL
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jul 31, 2010
1 parent b47a462 commit 9a640e3
Show file tree
Hide file tree
Showing 286 changed files with 58,953 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUILDME
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# $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
Loading

0 comments on commit 9a640e3

Please sign in to comment.