
mandel.so : mandel.c
	gcc -I /usr/include/python2.4 -c mandel.c
	gcc -shared mandel.o -o mandel.so
clean:
	rm *.o *.so *.bmp
