diff options
-rw-r--r-- | hello0/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello0/buildfile b/hello0/buildfile index da50ee0..0df41e3 100644 --- a/hello0/buildfile +++ b/hello0/buildfile @@ -1,2 +1,2 @@ -exe{hello}: cxx{hello} doc{README} file{manifest} +exe{hello}: cxx{hello} doc{README} manifest exe{hello}: test.arguments = World |