1
2all:
3	python setup.py build
4
5clean:
6	rm -rf build
7
8install:
9	python setup.py install
10