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