summaryrefslogtreecommitdiff
path: root/examples/file/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file/buildfile')
-rw-r--r--examples/file/buildfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/file/buildfile b/examples/file/buildfile
deleted file mode 100644
index eadfc66..0000000
--- a/examples/file/buildfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# file : examples/file/buildfile
-# license : MIT; see accompanying LICENSE file
-
-exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
-exe{driver}: test.arguments = --options-file
-exe{driver}: file{test.ops}: test.input = true # Added after test.arguments.
-
-cxx.poptions =+ "-I$out_base"
-
-cli.cxx{options}: cli{options}
-cli.options = --generate-file-scanner