summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..0f35aef
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+import libs = libhello%lib{hello}
+
+exe{hello}: cxx{hello} $libs
+exe{hello}: test.arguments = World "Planet #345732"
+exe{hello}: test.output = test.out
+
+./: exe{hello} doc{version} file{manifest}