Skip to content

Commit

Permalink
Merge pull request #160 from scrasmussen/debug/main-branch-fixes
Browse files Browse the repository at this point in the history
bugfix: makefile parallel build
  • Loading branch information
gutmann committed Jan 23, 2023
2 parents 3b90625 + 63c543a commit f15969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ $(BUILD)lsm_driver.o: $(PHYS)lsm_driver.f90 $(BUILD)data_structures.o \

# $(BUILD)lsm_basic.o $(BUILD)lsm_simple.o

$(BUILD)water_simple.o: $(PHYS)water_simple.f90 $(BUILD)data_structures.o
$(BUILD)water_simple.o: $(PHYS)water_simple.f90 $(BUILD)data_structures.o $(BUILD)options_h.o

$(BUILD)water_lake.o: $(PHYS)water_lake.f90 $(BUILD)data_structures.o

Expand Down

0 comments on commit f15969a

Please sign in to comment.