diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-16 02:04:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-16 02:04:12 -0700 |
| commit | 22e7f1a6de75218591090a2ca86c60fdfad7715c (patch) | |
| tree | 19a7e549299ef3b0d4020dfe4686472f52486ecc /config.ninja | |
| parent | 00b7a0a40be589731b43df4934108f628a407f6b (diff) | |
Add lex rule
Diffstat (limited to 'config.ninja')
| -rw-r--r-- | config.ninja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ninja b/config.ninja index e950ab13..e595f0a0 100644 --- a/config.ninja +++ b/config.ninja @@ -7,6 +7,7 @@ cflags = -O2 -march=native -pipe ldflags = -static zic = zic +lex = lex yacc = yacc python = python perl = perl |
