

all:
	(cd src && python setup.py build_ext -b ..)

clean:
	-rm -r src/build
	-rm Package/*.so
	-rm src/Package/*.c
