all:
	python setup.py build

install:
	python setup.py install

clean:
	python setup.py clean
	-rm -rf build
	-rm -f core *~ *.so *.o *.pyd *.a python*.def
