FFLAGS= -O
FC=f77

OBJS_GMIS = driver.o src.o

gmis : $(OBJS_GMIS)
	$(FC) $(FFLAGS) $(OBJS_GMIS) -o gmis
