bands :
	./do-bands

gnuplot :
	gnuplot --persist bands.gnuplot

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