summaryrefslogtreecommitdiff
path: root/examples/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/buildfile')
-rw-r--r--examples/hello/buildfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
deleted file mode 100644
index 9a11b29..0000000
--- a/examples/hello/buildfile
+++ /dev/null
@@ -1,9 +0,0 @@
-# file : examples/hello/buildfile
-# license : MIT; see accompanying LICENSE file
-
-exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README}
-exe{driver}: test.arguments = --greeting Hi John Jane
-
-cxx.poptions =+ "-I$out_base"
-
-cli.cxx{hello}: cli{hello}