mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
/* NB: trailing zero after define improves robustness */
|
|
|
|
EXE_INC = \
|
|
-DREADLINE=$(READLINE)0 \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
$(READLINELINK)
|