# Copy coord_safe.d to coord.d if you want some sample output.
.PHONY: output.d
output.d:
	-rm -f xmol.d output.d
	time ../Subroutines/General/main > /tmp/tote
clean:
	-rm -f dos.d eigenenergies.d eigenvectors.d ldos.d load.d max_ke.d overwrite.d pair_energy.d xmol.d output.d

