all:
	python tutorial.py
	python explore.py
	python manage.py
	python testamel.py
	python cmesh

clean:
	rm -f *~ *.pyc output.med
