CFLAGS='-I/usr/local/include/python1.5'

all:
	cd weak; make
	
clean:
	rm -rf *.pyc *.so *.o *~ build core
	cd weak; make clean
	cd example; make clean

dist:
	python setup.py dist
