
all:
	python setup.py build

clean:
	rm -rf build

install:
	python setup.py install
