test:
	python YamlTest.py
	python TestYpath.py
	python TestClasses.py

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

install:
	python setup.py install

build:
	python setup.py build

