
madel.so : mandel.f90
	f2py -c $? -m mandel

clean:
	rm -r mandel.so
