all :	build

build :
	python bootstrap.py

clean :
	rm -rf conda_base build
