Skip to content

Commit

Permalink
Merge pull request #3 from climbfuji/fix_nonexistent_include_dir_warning
Browse files Browse the repository at this point in the history
Fix non-existent include directory warning with GNU compiler
  • Loading branch information
pjpegion authored Nov 20, 2019
2 parents 25c3321 + cd453c8 commit 231e5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif

LIBRARY = libstochastic_physics.a

FFLAGS += -I./include -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I$(FMS_DIR) -I../FV3/namphysics
FFLAGS += -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I$(FMS_DIR) -I../FV3/namphysics

SRCS_F =

Expand Down

0 comments on commit 231e5b7

Please sign in to comment.