include ../../make.inc

.SUFFIXES : .mod .o .F90

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

clean:
	rm -f tdm

