include ../../make.inc

.SUFFIXES : .mod .o .F90

mpi:    $(DQMCLIB) verify.F90
	$(FC) $(FLAGS) -o verify verify.F90 $(LIB) 

clean:
	rm -f verify

