all:
	./Run_all

clean realclean:
	/bin/rm -f */*.out[0-9]* *~ */*~ Run_all.out.*
