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