OBJS = rezest.o rezest_cdc.o EXE = rezest_cdc all: $(EXE) $(EXE): $(OBJS) $(FC) -o $(EXE) $(OBJS)