All: clean mesh run

clean:
	rm -rf 0 1 proc* 0.* constant/polyMesh log time system/blockMeshDict system/snappyHexMeshDict system/decomposeParDict system/createPatchDict

mesh:
	./mesh.sh

run:
	mpirun -np 4 taylerFoam -parallel > log
