
default:
	$(MAKE) build

upload:
	python setup.py sdist upload

%:
	python setup.py $@

clean:
	-rm -fr build dist

