aboutsummaryrefslogtreecommitdiff
path: root/src/build.l
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/build.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.l b/src/build.l
index b174681..9a15719 100644
--- a/src/build.l
+++ b/src/build.l
@@ -31,6 +31,7 @@ std::string strbuf;
31"produces" return TOK_PRODUCES; 31"produces" return TOK_PRODUCES;
32"check" return TOK_CHECK; 32"check" return TOK_CHECK;
33"clean" return TOK_CLEAN; 33"clean" return TOK_CLEAN;
34"target" return TOK_TARGET;
34 35
35\n+ { 36\n+ {
36 yylloc->last_line += yyleng; 37 yylloc->last_line += yyleng;