summaryrefslogtreecommitdiff
path: root/examples/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/buildfile')
-rw-r--r--examples/buildfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/buildfile b/examples/buildfile
new file mode 100644
index 0000000..3bd38c8
--- /dev/null
+++ b/examples/buildfile
@@ -0,0 +1,7 @@
+# file : examples/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+d = features/ file/ hello/
+./: $d doc{README}
+include $d