summaryrefslogtreecommitdiff
path: root/examples/file/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file/buildfile')
-rw-r--r--examples/file/buildfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/file/buildfile b/examples/file/buildfile
index 8517a0c..7ae55df 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -2,13 +2,10 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} file{test.ops}
+exe{driver}: cxx{driver} cli.cxx{options} doc{README} file{test.ops}
exe{driver}: test.arguments = --options-file $src_base/test.ops
cxx.poptions =+ "-I$out_base"
-# Generated options parser.
-#
-{hxx ixx cxx}{options}: cli{options}
-
+cli.cxx{options}: cli{options}
cli.options = --generate-file-scanner