From 4b1e037fb0f763cd3e3401d71b66269440d75dbf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 18:20:49 +0200 Subject: Generate parsing constructors and parsing code Also generate some runtime support code such exceptions, value parsers, etc. --- cli/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/makefile') diff --git a/cli/makefile b/cli/makefile index 488d758..f281167 100644 --- a/cli/makefile +++ b/cli/makefile @@ -12,6 +12,8 @@ context.cxx \ header.cxx \ inline.cxx \ source.cxx \ +runtime-header.cxx \ +runtime-source.cxx \ generator.cxx \ name-processor.cxx -- cgit v1.1