
all:
	@echo
	@echo "Use 'make install'."
	@echo


install:
	python setup.py install
