test:
	python TestDumper.py
	python TestNestedText.py
	python TestYamlBasics.py
	python YamlTest.py
	python TestYpath.py

clean:
	rm -f *.pyc
	rm -f yaml/*.pyc
	rm -rf build

install:
	python setup.py install

build:
	python setup.py build

