clean:
	rm -rf build/ data/*
	make -C pyEVTK/ clean

build:
	python setup.py build
	make -C pyEVTK build
