summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7c6642f..66ee504d 100644
--- a/Makefile
+++ b/Makefile
@@ -477,9 +477,9 @@ manhtml:
$(BISON) -p sensors_yy -d $< -o $@
ifeq ($(DEBUG),1)
-FLEX_FLAGS := -Psensors_yy -t -b -Cf
+FLEX_FLAGS := -Psensors_yy -t -b -Cfe -8
else
-FLEX_FLAGS := -Psensors_yy -t -Cf
+FLEX_FLAGS := -Psensors_yy -t -Cfe -8
endif
%.c: %.l