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