summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/buildfile')
-rw-r--r--examples/hello/buildfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index 94d94eb..9991aa9 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -2,11 +2,9 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} {hxx ixx cxx}{hello} doc{README}
+exe{driver}: cxx{driver} cli.cxx{hello} doc{README}
exe{driver}: test.arguments = --greeting Hi John Jane
cxx.poptions =+ "-I$out_base"
-# Generated options parser.
-#
-{hxx ixx cxx}{hello}: cli{hello}
+cli.cxx{hello}: cli{hello}