Skip to content
Snippets Groups Projects
Commit d7728391 authored by Mick Jordan's avatar Mick Jordan
Browse files

use platform.mk vars in lib.mk fortran rule

parent 028dadc0
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ $(OBJ)/%.o: $(SRC)/%.c $(H_SOURCES)
$(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
$(OBJ)/%.o: $(SRC)/%.f
gfortran -fPIC -g -O2 -c $< -o $@
$(F77) $(FFLAGS) $(FPICFLAGS) -c $< -o $@
clean: $(CLEAN_PKG)
rm -rf $(LIBDIR)/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment