summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-04-21 12:01:15 -0700
committerBen Longbons <b.r.longbons@gmail.com>2012-04-21 12:01:15 -0700
commit65cc0ea4e28005de266b221a6f8427f7f73027f3 (patch)
tree31fb367601ac552536e0a41717b4928bf9b68d6e
parent559b302494f4b54e0280504defee650e5e43f8e7 (diff)
downloadtmwa-65cc0ea4e28005de266b221a6f8427f7f73027f3.tar.gz
tmwa-65cc0ea4e28005de266b221a6f8427f7f73027f3.tar.bz2
tmwa-65cc0ea4e28005de266b221a6f8427f7f73027f3.tar.xz
tmwa-65cc0ea4e28005de266b221a6f8427f7f73027f3.zip
We *do* need flex, after all, and its 'lex' emulation actually sometimes causes problems.
-rw-r--r--make.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.defs b/make.defs
index 0db7c73..067c22b 100644
--- a/make.defs
+++ b/make.defs
@@ -1,5 +1,6 @@
# defaults
CC = gcc
+LEX = flex
BISON = bison
CFLAGS = -pipe -g -O2