
build:
	python setup.py build

install:
	python setup.py install

clean:
	python setup.py clean
	rm -rf build