summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-30 20:43:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-30 23:09:54 +0300
commit5769aaa5ccfca2cfa25bf898c2dd113b1504c1d6 (patch)
treee49ee79c62db12a20d618a2a75a5d8aee830b207 /buildfile
parent398bea3c765b031540bd17841c71825dcb7b62c7 (diff)
Build infrastructure update
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}