diff options
Diffstat (limited to '')
-rw-r--r-- | src/build.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.l b/src/build.l index a88f90d..a18cbeb 100644 --- a/src/build.l +++ b/src/build.l | |||
@@ -40,6 +40,7 @@ std::string strbuf; | |||
40 | "produces" return TOK_PRODUCES; | 40 | "produces" return TOK_PRODUCES; |
41 | "command" return TOK_COMMAND; | 41 | "command" return TOK_COMMAND; |
42 | "check" return TOK_CHECK; | 42 | "check" return TOK_CHECK; |
43 | "clean" return TOK_CLEAN; | ||
43 | 44 | ||
44 | "..."\n /* elipsis line continuation */ | 45 | "..."\n /* elipsis line continuation */ |
45 | \n+ return TOK_EOL; | 46 | \n+ return TOK_EOL; |