mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# $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
 |