COMP: backslash instead of slash in Make/options

This commit is contained in:
Mark Olesen
2023-01-30 11:55:35 +01:00
parent 0339e5ee0d
commit 988ec18ecc
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ EXE_INC = \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/dynamicFvMesh/lnInclude \
-I$(LIB_SRC)/regionFaModels\lnInclude
-I$(LIB_SRC)/regionFaModels/lnInclude
EXE_LIBS = \
-lfiniteVolume \