diff options
Diffstat (limited to '')
-rw-r--r-- | build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ rule "flex": | |||
33 | matches regexp("(.*)\\.l$"), | 33 | matches regexp("(.*)\\.l$"), |
34 | produces "{re:1}.yy.c", | 34 | produces "{re:1}.yy.c", |
35 | perform command("flex --bison-bridge --bison-locations -o {target} {match}") | 35 | perform command("flex --bison-bridge --bison-locations -o {target} {match}") |
36 | |||