scf :
	mpirun pw.x < scf.in 2>&1 |tee  scf.out

bands :
	./do-bands

al-mptl : al-mptl.f90
	gfortran -o al-mptl al-mptl.f90

bands-mptl :
	./al-mptl > bands-mptl.dat

gnuplot :
	gnuplot --persist bands.gnuplot

clean :
	rm -f *.out *.dat *.OLD al-mptl
	rm -rf ./tmp
