summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:20:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:20:49 +0200
commit4b1e037fb0f763cd3e3401d71b66269440d75dbf (patch)
tree68d16506b8c7410c0e0fd34358249ebf4929f395 /cli/makefile
parentb5e7ac58b0e44a7903808d622f5af97c07171281 (diff)
Generate parsing constructors and parsing code
Also generate some runtime support code such exceptions, value parsers, etc.
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile2
1 files changed, 2 insertions, 0 deletions
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