
default: 
	echo "do nothing" 


clean: 
	rm -rf *.pvd *.vtu sfc_jit* 


