FFLAGS = -O
OBJS  =  main_difex2.o difex2.o zibconst.o

difex2: $(OBJS)
	$(FC) $(DFLAGS) $(OBJS) -o difex2

clean:
	rm -f $(OBJS) difex2
