Skip to content
Snippets Groups Projects
Commit 38823db6 authored by Dave Whipp's avatar Dave Whipp
Browse files

Modified to build with

parent bafdb983
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,9 @@ write_global_output.o vrm.o
all: $(BIN)
$(BIN): subdirs $(OBJECTS)
@echo "$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(BIN)" \
@echo "$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(INCLUDE) $(LIBS) -o $(BIN)" \
>$(BIN).link.stdout
$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(BIN) \
$(F90) $(FFLAGS) $(OPTIONS) $(OBJECTS) $(INCLUDE) $(LIBS) -o $(BIN) \
1>>$(BIN).link.stdout 2>>$(BIN).link.stderr
# not on the p690...
......
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