4 lines
65 B
Text
4 lines
65 B
Text
ifneq ($(FLEX_DIR),)
|
|
EXE_INC = \
|
|
-I$(FLEX_DIR)/include
|
|
endif
|