diff options
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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} |