summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 3d0db76..d85744d 100644
--- a/buildfile
+++ b/buildfile
@@ -1,2 +1,4 @@
-exe{hello}: cxx{hello} doc{README}
+exe{hello}: cxx{hello}
exe{hello}: test.arguments = World
+
+./: exe{hello} doc{README} file{manifest}