FFLAGS = -O
OBJS  =  main_keplex.o keplex.o zibconst.o

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

clean:
	rm -f $(OBJS) keplex
