install: clean
	python setup.py install

clean:
	rm -rf build pyrex.c

