Skip to content

Commit

Permalink
use object extension, not source file for makefile objs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Aug 18, 2023
1 parent 1d97940 commit 0f7b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ F90FLAGS := -cpp ${F90FLAGS}

OBJS = bmi_noahowp.o \
bmi.o \
bmi_noahowp.f90
bmi_noahowp.o

.PHONY: bmi_grid

Expand Down

0 comments on commit 0f7b05d

Please sign in to comment.